Hacker News new | ask | show | jobs
by jsyolo 1035 days ago
Reading the bloated HTML when using Tailwind is less painful than dealing with all the cascading crap of CSS.
1 comments

CSS cascades whether you use Tailwind or not.
This isn't correct. Tailwind removes all the cascading. And it is liberating.

All cascading styles are removed, so if you pull in a component you have already built on your site, it will be styled identically in the new location too.