Answers for "watch sass changes"

CSS
5

scss sass watch command line

sass --watch scss:css
Posted by: Guest on April-27-2020
1

sass watch in all your project automatically

// You can execute one command for compiling all your project Sass files automatically
// In your shell, run 

sass --watch ./projectFolder:./projectFolder

// This will result in automatic compiling of your css files next to your sass files
Posted by: Guest on March-06-2022

Browse Popular Code Answers by Language