sassc --version (return code: 0)
sassc 0.11.1 (sass/libsass 3.3.5)
sassc --help (return code: 0)
Usage: sassc [options] SCSS_FILE [OUT_CSS_FILE]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-t STYLE, -s STYLE, --style=STYLE, --output-style=STYLE
Coding style of the compiled result. Choose one of
expanded, compact, compressed, or nested. [default:
nested]
-m, -g, --sourcemap Emit source map. Requires the second argument (output
css filename).
-I DIR, --include-path=DIR
Path to find "@import"ed (S)CSS source files. Can be
multiply used.
-w, --watch Watch file for changes. Requires the second argument
(output css filename).
-p PRECISION, --precision=PRECISION
Set the precision for numbers. [default: 5]
--source-comments Include debug info in output