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-origintranslatetext-shadow
| Class | Styles |
|---|---|
| text-shadow-2xs | text-shadow: var(--text-shadow-2xs); |
| text-shadow-xs | text-shadow: var(--text-shadow-xs); |
| text-shadow-sm | text-shadow: var(--text-shadow-sm); |
| text-shadow-md | text-shadow: var(--text-shadow-md); |
| text-shadow-lg | text-shadow: var(--text-shadow-lg); |
| text-shadow-none | text-shadow: none; |
| text-shadow-(<custom-property>) | text-shadow: var(<custom-property>); |
| text-shadow-[<value>] | text-shadow: <value>; |