Skip to content

Instantly share code, notes, and snippets.

@mmousawy
Last active January 15, 2018 20:55
Show Gist options
  • Save mmousawy/85c5dc45bca36ac6d5bc0b7866e119fc to your computer and use it in GitHub Desktop.
Save mmousawy/85c5dc45bca36ac6d5bc0b7866e119fc to your computer and use it in GitHub Desktop.
Node SASS watch
node-sass -w main.scss main.css --output-style compressed
node-sass -w scss/ -o css/ --output-style compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment