Tailwind
Warning
This post is more than a year old. Information may be outdated.
Rapidly build modern websites without ever leaving your HTML. A utility-first CSS framework packed with classes like flex, pt-4, text-center, and rotate-90 that can be composed to build any design directly in your markup. Tailwind CSS
What working with Tailwind CSS every day for two years looks like -- Mosaad
- As of now, with Tailwind CSS v3.2.4 and the ecosystem around it, I consider Tailwind CSS to be one of the boring established CSS solutions that enables me to be the most productive in building and maintaining projects of various sizes
- Shopify Analyzes CSS Frameworks
Don't use Tailwind for your Design System
- It's error-prone to remove one of the
classNamesfrom the list; it is a similar situation when you want to remove a new CSS class in an append only stylesheet. They can collide and override other properties - When reading JSX, I am comfortable imagining a 1-to-1 match with the UI. I can easily navigate through the component tree and map with the reality
- Fail at dynamic styling