MCPcopy Create free account
hub / github.com/adobe/react-spectrum / space

Function space

packages/@react-spectrum/s2/style/spectrum-theme.ts:424–426  ·  view source on GitHub ↗
(this: MacroContext | void, px: number)

Source from the content-addressed store, hash-verified

422}
423
424export function space(this: MacroContext | void, px: number): string {
425 return pxToRem(px);
426}
427
428const relativeSpacing = {
429 // font-size relative values

Callers 1

proseFunction · 0.90

Calls 1

pxToRemFunction · 0.70

Tested by

no test coverage detected