作者:BeckyWang25_966 | 来源:互联网 | 2023-05-18 22:06
#foo{color:black;}Istheresomesortofoptiontoprefixanewlinebeforethetrailing}when
#foo {
color:black; }
Is there some sort of option to prefix a newline before the trailing }
when a .css
file is generated from .sass
?
当.sass生成.css文件时,是否有某种选项在尾}前面加上换行前缀?
I would appreciate it if someone included an example of combining sass --watch style.scss:style.css
, which is what I'm using, along with this newline requirement.
如果有人能结合sass -watch style.scss:style,我会很感激的。css,我用的就是css,还有换行要求。
2 个解决方案