

Overview
Sizing utilities cover width, height, and matching min/max constraints with the same suffix families.Width
Full, auto,
w-px, fractions, and w-3xs … w-7xlHeight
Full-height, auto-height, and viewport-height helpers
Max Width
Parallel
max-w-* for every w-* suffixMin Width
Parallel
min-w-* for every w-* suffixMax Height
Parallel
max-h-* for every h-* suffixMin Height
Parallel
min-h-* for every h-* suffixQuick Start
Basic Sizing
What Ships
- Width:
.w-auto,.w-full,.w-px,.w-1-2….w-3-4,.w-3xs….w-7xl - Min width:
.min-w-*mirrors every width suffix - Max width:
.max-w-*mirrors every width suffix - Height:
.h-auto,.h-full,.h-screen,.h-px,.h-1-2….h-3-4,.h-3xs….h-7xl - Min height:
.min-h-*mirrors every height suffix - Max height:
.max-h-*mirrors every height suffix
Related Utilities
Layout
Display utilities for sizing
Spacing
Margin and padding utilities

