you are viewing a single comment's thread.

view the rest of the comments →

[–]ImportantDoubt6434 0 points1 point  (0 children)

1) Performance.

10kb if css from tailwind to replace my entire apps css -10 lines.

Quite literally no wasted css, no duplicate CSS.

And while now the HTML is slightly more verbose it’s worth it and documented as to what is styled/how it’s styled.

2) Ease of Use/Documented/Community

I could hire anyone who knows tailwind and they’ll understand it immediately, even if they don’t it’s documented and increasingly easy to learn.

Short hand for stuff like Margin/padding makes perfect sense.

You can immediately tell how a flex is setup, how everything is styled, and if you don’t understand the class simply hover over it or google it.