Réponse
sass main.scss:style.css --watch
Colonne
Explication
Here main.scss is our main Sass file, and style.css is the compiled CSS file.
We can also add a --watch flag. The watch flag tells Sass compiler to watch your source files for changes, and re-compile CSS each time you save your Sass files.
Question
Compile Sass code to CSS (main.scss as style.css)
Thématique






