How To Compile Saas Scss To Css Command Line Code Example


Example: how to compile scss to css


// Install node-sass
npm i node-sass

// In package.json:
"scripts":
{
...
"scss": "node-sass — watch scss -o css"
}

// Run the compilation
npm run scss

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable