scss

72

npm uninstall node-sass
npm install [email protected]
Sass is a CSS pre-processor with syntax advancements. 
Style sheets in the advanced syntax are processed by the program, 
and turned into regular CSS style sheets. 
However, they do not extend the CSS standard itself.

CSS variables are supported and can be utilized but not as well as pre-processor variables.

Comments

Submit
0 Comments