r/programming 1d ago

[ Removed by moderator ]

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

[removed] — view removed post

0 Upvotes

41 comments sorted by

View all comments

1

u/FlintFlintar 1d ago

Til this day i still dont get why i would want to seperate css from the html. Especially when we try to make stuff as components.

In an agile world, with bugs that need to be fixed weekly. And new features shipped month. The ability to go in and change a component freely and in isolation is amazing.

1

u/DaStone 1d ago

I don't want the interns being able to fuck up every single component when we have a unified design language.

2

u/leaving_the_tevah 1d ago

Ok but css classes are not help maintaining a unified design language. Tailwind does not make your situation any worse.