有没有办法运行:
sass --watch a.scss:a.css
但a.css最终被缩小了吗?
a.css
在编译样式表时,如何避免运行单独的缩小步骤?
sass –watch a.scss:a.css –style compressed
请参阅文档以获取更新: