Answers for "how to minify sass using npm"

CSS
1

sass compile minified

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

Browse Popular Code Answers by Language