Skip to content

Instantly share code, notes, and snippets.

@Paratron
Last active January 18, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paratron/790e4b49d0908c629f3861dba54d0fd5 to your computer and use it in GitHub Desktop.
Save Paratron/790e4b49d0908c629f3861dba54d0fd5 to your computer and use it in GitHub Desktop.
Use SCSS to CSS converter for your project

Use SCSS to CSS converter for your project

  • npm install --save-dev node-sass
  • Add script to package.json: node-sass --watch INPUTFOLDER -o OUTPUTFOLDER
  • Run script, enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment