Simple commands to manage SCSS operations
Start with npm install
-
watch-sass :
npm run watch-sassTo live watch and update css based on scss changes -
compile-sass :
npm run compile-sassTo compile scss to generate css -
concat-css :
npm run concat-cssTo combin multiple css to a single css -
prefix-css :
npm run prefix-cssTo prefix css automatically to enable cross-browser compatibility -
compress-css :
npm run compress-cssTo compress css to min.css for reduced size css -
build-css :
npm run build-cssTo build the scss to create all required/different files