tailwind
Size
type Size =
| "xs"
| "sm"
| "md"
| "lg"
| "xl"
| "2xl"
| "3xl"
| "4xl"
| "5xl"
| "6xl"
| "7xl";
Defined in: src/utils/tailwind/helpers.ts:12
All Tailwinds' default sizes
sizeToMaxWidthRecord
const sizeToMaxWidthRecord: Record<Size, string>;
Defined in: src/utils/tailwind/helpers.ts:29
sizes
const sizes: string[];
Defined in: src/utils/tailwind/helpers.ts:46
List of available sizes as string