INTRODUCTION
IntroductionCore ConceptsGETTING STARTED
InstallationQuick startWhirl Compiler SettingsCORE CONCEPTS
Using Utility ClassesStyle FunctionsPseudo-Classes and statesResponsive DesignResponsive Base ElementThemeArbitrary ValuesLAYOUT
aspect-ratiodisplayoverflowpositionvisibilityobject-fittop / right / bottom / leftFLEXBOX
flex-basisflex-directionflex-wrapflexflex-growflex-shrinkgapjustify-contentalign-contentalign-itemsalign-selfSPACING
paddingmarginSIZING
widthmin-widthmax-widthheightmin-heightmax-heightTYPOGRAPHY
font-sizefont-styleauto-sizetext-outlineletter-spacingtext-aligncolorword-spacingparagraph-spacingtext-overflowoverflow-positionwhite-spaceBACKGROUND
background-colorbackground-imagebackground-positionbackground-repeatbackground-sizeBORDER
border-radiusborder-widthborder-colorEFFECTS
text-shadowopacityFILTER
Filterblurbrightnesscontrastgrayscalehue-rotateinvertsaturatesepiaTRANSITION
transition-propertytransition-durationtransition-timing-functiondelayTRANSFORM
rotatescaletransform-origintranslatemax-height
| Class | Styles |
|---|---|
| max-h-<number> | max-height: (--spacing * <number>); |
| max-h-3xs | max-height: var(--container-3xs); |
| max-h-2xs | max-height: var(--container-2xs); |
| max-h-xs | max-height: var(--container-xs); |
| max-h-sm | max-height: var(--container-sm); |
| max-h-md | max-height: var(--container-md); |
| max-h-lg | max-height: var(--container-lg); |
| max-h-xl | max-height: var(--container-xl); |
| max-h-2xl | max-height: var(-container-2xl); |
| max-h-3xl | max-height: var(-container-3xl); |
| max-h-4xl | max-height: var(-container-xs); |
| max-h-5xl | max-height: var(-container-5xl); |
| max-h-6xl | max-height: var(-container-6xl); |
| max-h-7xl | max-height: var(-container-7xl); |
| max-h-auto | max-height: auto; |
| max-h-px | max-height: 1px; |
| max-h-full | max-height: 100%; |
| max-h-(<custom-property>) | max-height: var(<custom-property>); |
| max-h-[<value>] | max-height: <value>; |