• Ricaz@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    I’m doing a small hobby project (a ladder/ranking system for playing beer sports with my community), and I tried out Tailwind.

    I gave up and loaded Bootstrap instead, but I will probably end up just writing all the CSS myself.

    Seems so silly to have 15 CSS classes on a single DOM element…

    • FooBarrington@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      Why is that silly? As long as the classes follow a strict naming scheme & have useful abstractions, that seems much better than having to give every node a unique class name that doesn’t necessarily have much meaning. I can’t count the number of “container” and “wrapper” and “content” classes I’ve seen & written, where the names don’t describe anything useful.