sassc

Command-line wrapper around libsass for compiling SASS/SCSS to CSS

brewmacoslinux
Try with needOr install directly
Source

About

Wrapper around libsass that helps to create command-line apps

Commands

sassc

Examples

Compile a SCSS file to CSS$ sassc input.scss output.css
Compile with expanded output style$ sassc --style expanded styles.scss styles.css
Generate sourcemap while compiling$ sassc --sourcemap=file input.scss output.css