This study compares two websites with similar design: the commercial Spotlight template from developers of Tailwind vs the same site with semantic CSS.

  • lastunusedusername2
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    8
    ·
    7 months ago

    But plain CSS is proper CSS. Tailwind is training wheels for people who don’t want to learn CSS.

    • Lemminary@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      edit-2
      7 months ago

      That is not true. You do need to know CSS to make proper use of Tailwind for anything beyond changing colors and padding. That’s the reason why the Intellisense VS Code extension gives the underlying CSS on hover. I’d love to see a newbie try content layout knowing nothing but Tailwind.