Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
export
function
space(this: MacroContext | void, px: number): string {
425
return
pxToRem(px);
426
}
427
428
const
relativeSpacing = {
429
// font-size relative values
Callers
1
prose
Function · 0.90
Calls
1
pxToRem
Function · 0.70
Tested by
no test coverage detected