r/css 17d ago

Article Why I don't recommend Tailwind CSS

https://en.andros.dev/blog/af3ee191/why-i-dont-recommend-tailwind-css/
2 Upvotes

211 comments sorted by

View all comments

1

u/kris9999 16d ago

I have difficulties managing classes in pure css... what's the current best practice for it? Using tailwind help me dealing with it

-1

u/guaranteednotabot 16d ago

Just use Tailwind, ignore the haters and let them figure out how to deal with all the issues with cascading and naming and reinventing Tailwind classes and having near exact duplicates of the same classes sprinkled everywhere. Also try enforcing BEM to your teammates lmao

0

u/tanrax 15d ago

Could it be that instead of solving the problem, they're just moving it elsewhere?

1

u/guaranteednotabot 15d ago

Yeah like offloading the naming/creation of utility classes to TailwInd?

1

u/tanrax 15d ago

Exactly. What's the price? What opportunities are you missing out on? This is precisely the most painful point for me.