Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If you thought Tailwind was bad, I've worked with popular CSS libraries that were hell on earth... with tons of their own randomized, restrictive classes as well.
Why not write in inline styles? Well, the answer depends: maintainability/traceability. -
I've made a few projects with tailwind and i've been a big fan. But most of the HTML semantic tags really lost their use over the years or a lot of webdevs ignores them
-
@wojtek322 Semantic tags are arbitrary and reeks of makework nonsense inserted by non-developers.
-
Utility classes can be really nice
.text-center .no-select .text-muted .text-bold
I think I draw the line when we’re doing this:
.d-flex.align-items-center.justify-content-center
Define a single class that does all of that! Don’t write inline CSS and use utility classes as an excuse! -
@whimsical I used to love bulma because of that, but now I see they have
<button class="button">Button</button>
🤮
tailwind is trash holy crap.
every div element contains like 30 classes that have their own thing going for them.
just start writing inline css at that point. Why bother putting classes in?
rant