Sass command to watch and compile css

Write manageable CSS using Sass / SCSS. Compile to CSS with these options:

$ sass --watch style.scss:style.css --style expanded
$ sass \
    --watch style.scss:style.css
    --style expanded

Learn more at https://sass-lang.com/

View this page on GitHub.
Posted .

Comments

Leave a Reply