Hacker News new | ask | show | jobs
by zztop44 1044 days ago
But isn’t BEM or a custom system of CSS variables strictly worse in this regard? Instead of knowing what class=“mb-4” means in Tailwind, they now need to know what class=“news-button” means in your specific application.
1 comments

class="news-button" means that it's a news button and will be styled the way that news buttons are styled. What's difficult about that?