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