Compile Sass stylesheets to CSS from the command line
Wrapper around libsass that helps to create command-line apps
sassc$ sassc input.scss output.css$ sassc --style compressed input.scss output.css$ sassc --source-map input.scss output.css$ sassc --watch styles/ css/$ sassc --style expanded input.scss output.css