Pro@programming.dev to Programmer Humor@programming.devEnglish · edit-212 hours ago[ComiCSS] Benefits of Tailwindfiles.catbox.moeimagemessage-square73fedilinkarrow-up1389arrow-down18file-text
arrow-up1381arrow-down1image[ComiCSS] Benefits of Tailwindfiles.catbox.moePro@programming.dev to Programmer Humor@programming.devEnglish · edit-212 hours agomessage-square73fedilinkfile-text
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up6·6 hours 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·5 hours 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·3 hours 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