Sizing & Spacing
Spacing scale, border radii, and responsive breakpoints. Uses Tailwind's default 4px base grid with token-driven radii.
Spacing Scale
Built on a 4px base grid. Use p-*, m-*, gap-* utilities.
0.52px14px1.56px28px312px416px520px624px832px1040px1248px1664px2080px2496pxBorder Radius
Derived from the --radius token (default 0.5rem). Change this single value to adjust all radii globally.
rounded-smcalc(var(--radius) - 4px)
Small elements
rounded-mdcalc(var(--radius) - 2px)
Inputs, badges
rounded-lgvar(--radius)
Cards, dialogs
rounded-full9999px
Avatars, pills
Breakpoints
Tailwind's default responsive breakpoints. Mobile-first: styles apply at the given width and above.
| Prefix | Min Width | Usage |
|---|---|---|
| sm: | 640px | Small tablets |
| md: | 768px | Tablets |
| lg: | 1024px | Laptops |
| xl: | 1280px | Desktops |
| 2xl: | 1536px | Large screens |