/docker-sassc

A lightweight Docker image running the SassC executable to compile Sass to CSS.

Primary LanguageDockerfile

Docker Hub | GitHub

Supported tags and Dockerfile links

Usage

View version

docker run --rm codycraven/sassc --version

Sass compilation

docker run --rm -v $(pwd):/data codycraven/sassc scss/src.scss > css/dest.css

About SassC

SassC is a wrapper around LibSass to provide a faster alternative for compiling Sass to CSS than Ruby.

About Sass

Sass is a CSS pre-processor language to add on exciting, new, awesome features to CSS. Sass was the first language of its kind and by far the most mature and up to date codebase.

Sass was originally concieved of by the co-creator of this library, Hampton Catlin (@hcatlin). Most of the language has been the result of years of work by Natalie Weizenbaum (@nex3) and Chris Eppstein (@chriseppstein).

For more information about Sass itself, please visit http://sass-lang.com

Initial development of SassC by Aaron Leung and Hampton Catlin was supported by Moovweb.