libsass

C implementation of Sass compiler for converting SCSS/Sass to CSS

brewmacoslinux
Try with needOr install directly
Source

About

C implementation of a Sass compiler

Commands

sassc

Examples

Compile a Sass file to CSS$ sassc input.scss output.css
Compile with compressed output style$ sassc --style compressed input.scss output.css
Watch a Sass file and compile on changes$ sassc --watch input.scss:output.css