如何更改SASS的CSS输出格式样式

hal*_*dom 8 css ruby sass

我已阅读此文档有关设置选项但似乎无法做到这一点.我一直在environment.rb类中,但不知道我在使用Symbol => Object做什么,因为我不熟悉Ruby.有人可以帮忙吗?

ial*_*han 19

试试这个:sass --watch style.scss:style.css --styleOPTION 这里OPTION是其中之一:compressed,compact,nested,expanded.

压缩示例:sass --watch style.scss:style.css --stylecompressed