Skip to content

Instantly share code, notes, and snippets.

@alexmaday
Created September 24, 2016 14:21
Show Gist options
  • Save alexmaday/ba83ed44f18a08f12fd72f76e2377bae to your computer and use it in GitHub Desktop.
Save alexmaday/ba83ed44f18a08f12fd72f76e2377bae to your computer and use it in GitHub Desktop.
Preprocess sass/scss file:
sass input.scss:output.css
Pre and watch (output is nested which is default):
sass --watch input.scss:output.css
Watch and expand css:
sass --watch --style expanded input.scss:output.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment