Pro@programming.dev to Programmer Humor@programming.devEnglish · edit-21 day ago[ComiCSS] Benefits of Tailwindfiles.catbox.moeexternal-linkmessage-square76fedilinkarrow-up1422arrow-down19file-text
arrow-up1413arrow-down1external-link[ComiCSS] Benefits of Tailwindfiles.catbox.moePro@programming.dev to Programmer Humor@programming.devEnglish · edit-21 day agomessage-square76fedilinkfile-text
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up6·1 day 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·1 day 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·1 day 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