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
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