node-sass

npm install node-sass

Add to scripts in package.json:
    "scss": "node-sass --watch scss -o public"

--watch points to the directory to watch for changes
-o      is where the compiled .css files will be written

npm run scss


Comments

Popular posts from this blog

Callback, Promise, Observable, and Doughnuts

Learn grid and grid-template-areas FIRST!!!

The Day TDD Started Working for Me