|
|
|
|
|
by machinelabo
2029 days ago
|
|
I get the compositional aspects of it. I've used similar utility css classes. They're pretty nifty because its instant gratification. No need to switch context and go to Sass. However, for production, I always come back and refactor everything into a beautiful Sass file that explains with comments what all the stuff is doing. Now, the designer can come in and change something in the sass without having to worry about the rest of the app. They can easily debug too 'customer-support-class' straight from chrome browser. I feel like Tailwind is a prototyping tool that's then shoehorned into production environment and in large applications where the design language (despite of tokens and standards) breaks down. |
|
All of which is to say: just because it's not the best solution in your use case, that doesn't mean it doesn't solve actual problems for others in production.