• Maven (famous)@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      Sass is lovely. I love being able to split my CSS into multiple files in the same way I would split the rest of my code. It’s really nice for making more maintainable CSS on larger projects.

      My portfolio would’ve been hell to make without SASS helping with the organization.

    • Mathprogrammer1
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      It has variables as well as modules, easily nestable definitions, and inheritance so that you can have base classes

      • spartanatreyu@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        CSS has variables, modules and nesting.

        By inheritance, do you mean the extends keyword? Because if so, it just seems like going further down the misguided BEM path instead of picking better selectors.