About
Sass is a css preprocessor.
It has four syntax parsers:
- scss (Sassy CSS),
- sass,
- CSS,
- and less
Articles Related
Installation
choco install sass -prerelease
npm install -g dart-sass
# From https://github.com/sass/node-sass
npm install node-sass