DEV Community

Discussion on: Is the Tailwind approach a big step forward for CSS or just-yet-another-thing?

Collapse
 
jcs224 profile image
Joe Sweeney • Edited

I really enjoy using Tailwind when a totally custom design is called for. I like using Bootstrap when I don't feel like designing and just buy into its design patterns (which I think are great).

That said, Tailwind is killer when combined with a component-based front end like Mithril, Vue, React, Laravel Blade, etc. Just change a class in a component instead of dealing with CSS/SASS/PostCSS mess.