Pre-Processors
This boilerplate use the popular CSS pre-processors: Sass.
A note on Sass syntax
if your sass files use the extension
.scss
, use the syntax corresponds to the CSS-superset syntax (with curly braces and semicolons).if your sass files use the extension
.sass
, use the syntax corresponds to the indentation-based syntax.