Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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
 
PREVIOUS NEXT
Tagged: #sass #watch #project #automatically
ADD COMMENT
Topic
Name
1+7 =