Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pinterest/gestalt
/ space
Function
space
scripts/flex.js:19–19 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
17
// --
18
19
const
space = (n) => (n === 0 ? 0 : `${(SPACING_PX * n) / 2}px`);
20
21
const
block = (str) =>
22
[
Callers
1
rules
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected