Ship-It Designv0.0.3
GitHub

Spacing

A 4pt scale with an irregular ramp: 5 = 22px, 6 = 28px. The handoff deliberately skips a 7 step to discourage hand-tuned 7px values that erode visual rhythm. If you want something in-between, pick the nearer real token.

space-14px
space-28px
space-312px
space-416px
space-522px
space-628px
space-840px

Radius#

TokenValueWhen
xs4pxtag / kbd
sm6pxsmall button, badge
md8pxinput, card cell
base10pxcard, panel
lg14pxsheet / drawer
xl18pxhero plates
full9999pxpills, dots

Usage#

tsx
<div className="p-4 gap-2">         {/* 16px / 8px */}
<div className="px-5 py-3">          {/* 22px / 12px */}
<div className="rounded-md">         {/* radius-md */}

Arbitrary values (p-[15px]) are a smell — almost always a missed token.