我正在使用 Sass 3.1.20
测试.sass:
#hello
width: 100px
display:none
background: red
%> 萨斯测试.sass
#hello {
width: 100px;
background: red; }
为什么显示属性被跳过?
我正在使用 Sass 3.1.20
测试.sass:
#hello
width: 100px
display:none
background: red
%> 萨斯测试.sass
#hello {
width: 100px;
background: red; }
为什么显示属性被跳过?