|
|
|
|
|
by faebi
1517 days ago
|
|
Random rant:
I still don‘t get it. Why is inline CSS supposed to be bad but tailwind is supposed to be fine? And yes, inline CSS lacks features like hover and predefined color palettes. Personally, these days I‘m lost in between them all and have started using them all; a framework like bootstrap, some handy thing like tailwind with a prefix and inline CSS for anything I feel like. Did I mention that I like !important ? So, time to go to hell for saying all of that. |
|
the managers see how simple it is to build complex UIs in Tailwind and then project it into how much resources they can save their company and how quickly they'll be able to iterate on design
a major problem with projects that are built with tailwind is that the code produced is unmaintainable, unreadable spaghetti
you can even see it on their own home page if you scroll down a couple sections
https://tailwindcss.com
tailwind also requires a build system and introduces 500+ npm dependencies, which is a huge security risk
personally i think Tailwind is a solution looking for problem and would avoid it at all costs