SASS - Compress CSS with sass
To compress SASS CSS output ( e.g - put all CSS on single line w.o. the unneeded white-space ) use something like the following (on the shell) when starting SASS (where main.css is the stylesheet):
sass --watch main.scss:main.css --style compressed