EN
SCSS - compile and minify to css file
10
points
In this short article we want to show how to compile and compress *.scss
files with scss
command.
Quick solution:
sass "input_file.scss:output_file.min.css" --style compressed
Note: sometimes it is necessary to use full
scss
path under Windows.
sass
path under Windows 10 is:/c/Users/MY_USER_NAME/AppData/Roaming/npm/sass
.
Result screenshot:
