Skip to main content

Spacing

Modifies the TailwindCSS Spacing theme property.

UnitValue
xxs2px
xs4px
sm8px
md12px
lg16px
xl24px
xxl48px

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>