HACKER Q&A
📣 mrholek

What are the benefits of using Tailwind if you know CSS/SASS well?


What are the benefits of using Tailwind if you know CSS/SASS well?


  👤 devKnight Accepted Answer ✓
If you are extremely disciplined when it comes to your custom css, sure its better.

But like any framework or library, tailwind lets other people jump in quickly and be productive because its a standard. Though i may be biased because i love using tailwind


👤 FormFollowsFunc
Would implementing the utility first approach of Tailwind in Sass be better i.e. a Sass interpretation of their @apply directive? Packing a bunch of class names into HTML doesn't seem like a great developer experience.

👤 briandear
None in my opinion. Introduces bloat in both the css and html. The BEM pattern is far superior.

https://getbem.com/


👤 chistev
When you use a framework like SvelteKit, I don't even see the point.

👤 meiraleal
You can add it to your CV. Other than that, there is no benefit.