Tailwind CSS Reference
Kip Landergren
(Updated: )
My cheat sheet for TailwindCSS.
Contents
Working with Tailwind CSS
- review Preflight for an explanation of the normalization styles they apply
Resources
References
- Documentation
- Customizing Colors - includes the default color palette
- defaultConfig.stub.js, the basis of the default config object
Articles
- Adam Wathan’s original CSS Utility Classes and "Separation of Concerns" article introducing TailwindCSS and describing functional CSS
- About HTML semantics and front-end architecture
- Why I Don't Like Tailwind CSS which provides an alternate perspective and, as of February 2022, has started to warm to utility classes (inferred via author comment at bottom of article)
- Install Tailwind CSS with Create React App