CSS-TRICKS - If we’re gonna criticize utility-class frameworks, let’s be fair about it #4760
jenstornell
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm always surprised to see that specific complaint about not liking the number of classes on an element. To me it makes much more sense to have composable classes on the markup it applies to and then to abstract the whole thing to a component. I also find it far easier than wading through tons of css to find the .card, work out what it's doing, then find the media queries to work out what they do etc. Mind you I've been using Tailwind for so long now that I don't think I could ever go back to pure CSS (or a preprocessor). Tailwind has just become second nature to me now 🥳 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An interesting article on CSS-TRICKS about Tailwind and other utility-class frameworks.
https://css-tricks.com/if-were-gonna-criticize-utility-class-frameworks-lets-be-fair-about-it/
Beta Was this translation helpful? Give feedback.
All reactions