Skip to content

Instantly share code, notes, and snippets.

@tulvit
Last active February 26, 2019 11: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 tulvit/caa20086a9c06936db7fd8562813c731 to your computer and use it in GitHub Desktop.
Save tulvit/caa20086a9c06936db7fd8562813c731 to your computer and use it in GitHub Desktop.
SASS command to watch master.scss file and produce compressed style.css file.
sass --watch --sourcemap=none --style=compressed sass/master.scss:style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment