Step 2 of the v1 spacing scale, consumed by p-2, m-2, gap-2 and friends.
Value & usage#
| Property | Value |
|---|---|
| CSS variable | --space-2 |
| Scale position | 2 of 9 (0–9 era scale) |
| Typical use | control padding, chip spacing, dense stacks |
In markup#
<div class="p-2">padding step 2</div>
<div class="flex gap-2">gutter step 2</div>