I just saw their recent update and it’s quite impressive. Not the biggest fan of Tailwind but it definitely seems to make svelte development faster and less painful (not that it’s any more painful than it should be).

  • Hazzard@lemm.ee
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 months ago

    Having used tailwind a little bit, I have nothing but praise for it. Effortless copy/pasting of components with confidence, really nice look by default, easy tweaking, absolutely no management or planning required to organize your CSS, and it’s all right there, directly on your html, never anywhere you have to hunt for it. Feels very freeing to just… not think about CSS at all.

    And the “clutter” really is fine, modern IDEs with good syntax highlighting, plus a tailwind extension to help complete the class names and clean up accidental duplicates or conflicting properties, and you’re good.

    • atheken@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      Hard agree.

      It looks slightly gross if you try to read/internalize it, but I’ve been making web pages since the mid-90’s and it’s the least obnoxious way to style html I’ve ever used.

    • Hexarei@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      and the “clutter” really is fine

      Yeah, even then - I’ve seen at least a few IDEs offer extensions that hide the contents of the class attribute until you hover it. So if you’re the sort who finds it visually distracting, it’s fairly easy to overcome.