Directional spacing tokens
Spacing that encodes intent, not just values. Six concepts instead of a flat scale; the token tells you whether it's padding or margin and which axis it works on. This page is built with them: press i and hover anything.
| Token | Direction | Internal / external | Use |
|---|---|---|---|
| inset | all | internal | card padding on all sides |
| insetBlock | vertical | internal | vertical content spacing in modals |
| insetInline | horizontal | internal | left and right padding in buttons |
| inline | horizontal | external | gaps between horizontally placed buttons |
| block | vertical | external | margin between stacked components |
| stack | all | external | gaps between list items or form fields |