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