You and with plugins to sort the classes order it’s so much easier to read and debug.
Comment on What are your thoughts on Skeleton(Svelte)?
Hazzard@lemm.ee 1 year ago
Having used tailwind a little bit, I have nothing but praise for it. Effortless copy/pasting of components with confidence, really nice look by default, easy tweaking, absolutely no management or planning required to organize your CSS, and it’s all right there, directly on your html, never anywhere you have to hunt for it. Feels very freeing to just… not think about CSS at all.
And the “clutter” really is fine, modern IDEs with good syntax highlighting, plus a tailwind extension to help complete the class names and clean up accidental duplicates or conflicting properties, and you’re good.
MashedTech@lemmy.world 1 year ago
Hexarei@programming.dev 1 year ago
Yeah, even then - I’ve seen at least a few IDEs offer extensions that hide the contents of the
class
attribute until you hover it. So if you’re the sort who finds it visually distracting, it’s fairly easy to overcome.