module Sass::SCSS
SCSS
is the CSS
syntax for Sass
. It parses into the same syntax tree as Sass
, and generates the same sort of output CSS
.
This module contains code for the parsing of SCSS
. The evaluation is handled by the broader {Sass} module.