sass minified output
Written by Guillermo Garron
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