• Cody Bonney
  • November 30, 2013
sass

Minify CSS using Sass

When running Sass from command-line, you can add the --style flag with the compressed option to minify the css that it outputs.

$ sass --watch my.scss:my.css --style compressed

more CSS posts

css Disable text selection highlighting using CSS
css How to create a basic tooltip using CSS3