Sass - how to compile the minified file?

Asked

Viewed 1,145 times

1

I use Sass to help in the development, but I would like to optimize the final result of the generated css, would have some way to generate the file . css already minified?

I use the following command to compile the. scss files

sass --watch scss:css

1 answer

4


sass --watch scss:css --style compressed

Browser other questions tagged

You are not signed in. Login or sign up in order to post.