Hacker News new | ask | show | jobs
by JLehtinen 855 days ago
I’ve worked on some large projects including refactors with Tailwind and my view is opposite. I can see how Tailwind would work on small projects, or ones where the designer never touches the styling inside the code. But on the other hand, avoiding naming because it’s hard isn’t how I approach organising design, and it doesn’t sound like a good approach to coding either. But I can see how there may be a need to bypass it in projects where there is no designer, or a design system.
1 comments

You don't avoid naming - you name the components and the styles live in the components. The key is to avoid the false separation of concerns of style and structure.