|
|
|
|
|
by hmcq6
878 days ago
|
|
Tailwind is opinionated, meaning it encourages a structure that helps devs avoid common potholes. You may not like its choices but saying it creates a mess has been the opposite of my experience. One of the main pitfalls I have noticed no longer running into is that the structure tailwind encourages prevents issues with CSS selector specificity. As a result I’ve definitely noticed fewer instances of ‘!important’ in code review. |
|
Tailwind is a mess by default. People didn't invent separation of style and content for no reason. They did it because what they were doing before was as mess. This is that same mess.