MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / pxToOutline

Function pxToOutline

packages/backend/src/tailwind/conversionTables.ts:118–120  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

116};
117
118export const pxToOutline = (value: number): string | null => {
119 return pxToTailwind(value, config.outline);
120};
121
122export const pxToBlur = (value: number): string | null => {
123 const conversionMap = localTailwindSettings.useTailwind4

Callers 1

getBorderFunction · 0.90

Calls 1

pxToTailwindFunction · 0.85

Tested by

no test coverage detected