Spacing
Modifies the TailwindCSS Spacing theme property.
| Unit | Value |
|---|---|
| xxs | 2px |
| xs | 4px |
| sm | 8px |
| md | 12px |
| lg | 16px |
| xl | 24px |
| xxl | 48px |
Usage
Use the custom spacing units the same way you would in TailwindCSS. Applies to margin, padding, width, height, gap, space, and more.
```html
<div class="m-lg px-lg py-md flex flex-col gap-md">...</div>