css compile to sass code example
Example 1: sass compile minified
sass --watch a.scss:a.css --style compressed
Example 2: scss
sass --watch app/sass:public/stylesheets
Example 3: scss
sass --watch input.scss output.css
sass --watch a.scss:a.css --style compressed
sass --watch app/sass:public/stylesheets
sass --watch input.scss output.css