What do people feel about TailwindCSS? I keep comi...
# random
d
What do people feel about TailwindCSS? I keep coming across posts like this which make a lot of sense https://dev.to/brianboyko/tailwindcss-adds-complexity-does-nothing-3hpn
c
It seems like the post author is actively trying to find flaws in Tailwind. My personal experience with Tailwind has been the opposite. It helps me reach a good design very quickly, faster than I would do earlier with pure CSS. I think that works because of the opinionated nature of Tailwind. One big thing Tailwind solves is not having to figure out the source of some obscure styling and figuring out what other elements would be affected if I change one style in a class shared across several other elements. All the styling applied to an element is defined in the class attribute of that element! Maybe it's not for everyone, but it works for me. As someone who's not great at design, it makes my work easier and faster.