Get updates via: rss | twitter | email

sass minified output

Written by
Date: 2012-05-22 20:19:00 00:00


Note to self:

When ever I need to minify the output of my scss file, I need to use sass command line, with --style compressed option

something like this:

sass input.scss:output.css --style compressed