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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy