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