Created
September 24, 2016 14:21
-
-
Save alexmaday/ba83ed44f18a08f12fd72f76e2377bae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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