SASS输出风格

嵌套输出方式 nested

sass --watch test.scss:test.css --style nested

嵌套输出方式 expanded

sass --watch test.scss:test.css --style expanded

紧凑输出方式 compact

sass --watch test.scss:test.css --style compact

压缩输出方式 compressed

sass --watch test.scss:test.css --style compressed
原文地址:https://www.cnblogs.com/tinyphp/p/4976316.html