CSS - Sass (scss)

About

Sass is a css preprocessor.

It has four syntax parsers:

  • scss (Sassy CSS),
  • sass,
  • CSS,
  • and less

Installation

choco install sass -prerelease 
npm install -g dart-sass
# From https://github.com/sass/node-sass
npm install node-sass

Documentation / Reference





Discover More
CSS - Preprocessor

A preprocessor takes an arbitrary source file and converts it into something that the browser understands. Preprocessors implements features that browser doesn't support natively such as: variables...



Share this page:
Follow us:
Task Runner