私はSass 3.1.20を使用しています
test.sass:
#hello
width: 100px
display:none
background: red
%> サス test.sass
#hello {
width: 100px;
background: red; }
表示プロパティがスキップされるのはなぜですか?
私はSass 3.1.20を使用しています
test.sass:
#hello
width: 100px
display:none
background: red
%> サス test.sass
#hello {
width: 100px;
background: red; }
表示プロパティがスキップされるのはなぜですか?