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

Function pxToFontSize

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

Source from the content-addressed store, hash-verified

101};
102
103export const pxToFontSize = (value: number): string => {
104 return pxToRemToTailwind(value, config.fontSize);
105};
106
107export const pxToBorderRadius = (value: number): string => {
108 const conversionMap = localTailwindSettings.useTailwind4

Callers 1

TailwindTextBuilderClass · 0.90

Calls 1

pxToRemToTailwindFunction · 0.85

Tested by

no test coverage detected