https://gist.github.com/railmedia/0e76c0e988c03d06dff0002875bfc5b9
Category: Uncategorized
-
SASS syntax
Basic watch
sass --watch a.scss:a.css
Watch and output minified
sass --watch a.scss:a.css --style compressed
Remove source map
sass --no-source-map --watch style.scss:style.css