1. 11
  1. 4

    Really looking forward to this, consistently the only things I use SCSS for have been nesting and variables.

    1. 1

      I’ve always wished this was part of the CSS spec. Preprocessors are great, but asset pipelines are no fun to manage.

      Anyway, the first option is the clear winner in my book. It’s pretty rare that I need to use “parent nesting” anyway.

      1. 1

        With angular and react it’s been prevalent, I don’t see anything other but the scss version gaining any traction. Personally I don’t care for the second, much. I could get used to any of them though.