Answers for "sass.compile to file"

CSS
1

sass compile minified

sass --watch a.scss:a.css --style compressed
Posted by: Guest on August-14-2020
1

How to convert directory SASS/SCSS to CSS via command line?

sass --watch input.scss output.css
Posted by: Guest on December-20-2021

Browse Popular Code Answers by Language