I use sass to help with development, but would like to optimize the final result of the generated css, would it have some way of generating the already mined .css file?
I use the following command to compile the .scss files
sass --watch scss:css
I use sass to help with development, but would like to optimize the final result of the generated css, would it have some way of generating the already mined .css file?
I use the following command to compile the .scss files
sass --watch scss:css
sass --watch scss:css --style compressed