sass compile minified
sass --watch a.scss:a.css --style compressed
sass compile minified
sass --watch a.scss:a.css --style compressed
watch and compile scss command
node-sass --watch scss -o css
npm compile sass to css
#compiles a single file manually.
node-sass my-styles.scss my-styles.css
#compiles all the files in a folder manually.
node-sass my-sass-folder/ -o my-css-folder/
# compiles all the files in a folder automatically
#whenever the source file(s) are modified. -w adds
#a watch for changes to the file(s).
node-sass -w sass/ -o css/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us