Pro@programming.dev to Programmer Humor@programming.devEnglish · edit-24 天前[ComiCSS] Benefits of Tailwindfiles.catbox.moeimagemessage-square79fedilinkarrow-up1431arrow-down19file-text
arrow-up1422arrow-down1image[ComiCSS] Benefits of Tailwindfiles.catbox.moePro@programming.dev to Programmer Humor@programming.devEnglish · edit-24 天前message-square79fedilinkfile-text
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up8·4 天前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.
minus-squarePup Biru@aussie.zonelinkfedilinkEnglisharrow-up3arrow-down4·4 天前you 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·4 天前Well, 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