Designer News is where the design community meets.
9 years ago from Darth Bane
I prefer Sass over SCSS. It just makes more sense, it's very easy to read once you get a hang of the indenting. Less typing as well.
Example:
@include radius(10px);
vs
+radius(10px)
Now playing
I prefer Sass over SCSS. It just makes more sense, it's very easy to read once you get a hang of the indenting. Less typing as well.
Example:
@include radius(10px);
vs
+radius(10px)