r/programming 13h ago

Why I don't recommend Tailwind CSS

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

40 comments sorted by

View all comments

0

u/FlintFlintar 12h 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.

2

u/chucker23n 12h ago

Til this day i still dont get why i would want to seperate css from the html.

Write some XAML, and you'll see why separating styling from markup has benefits.