Pro@programming.dev to Programmer Humor@programming.devEnglish · edit-23 days ago[ComiCSS] Benefits of Tailwindfiles.catbox.moeexternal-linkmessage-square77fedilinkarrow-up1425arrow-down19file-text
arrow-up1416arrow-down1external-link[ComiCSS] Benefits of Tailwindfiles.catbox.moePro@programming.dev to Programmer Humor@programming.devEnglish · edit-23 days agomessage-square77fedilinkfile-text
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up7·3 days agoThat’s a common misconception by people who never used it. The truth is you need to know CSS to use Tailwind. Just because it simplifies styling doesn’t mean it simplifies the underlying technology.
minus-squarePup Biru@aussie.zonelinkfedilinkEnglisharrow-up3arrow-down4·2 days agoyou need to know css to use tailwind because it’s basically style= on everything: it’s css with extra steps
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up2·2 days agoWell, it’s className on everything ;) And yes, it’s literally CSS utility classes with an extra installation step that you only do once
That’s a common misconception by people who never used it. The truth is you need to know CSS to use Tailwind. Just because it simplifies styling doesn’t mean it simplifies the underlying technology.
you need to know css to use tailwind because it’s basically style= on everything: it’s css with extra steps
Well, it’s
className
on everything ;) And yes, it’s literally CSS utility classes with an extra installation step that you only do once