使用以下SASS代码时
.select select
-webkit-appearance: none
-moz-appearance: none
appearance: none
通过Grunt进行编译时,我收到了“无效的属性名称”。问题似乎是“-moz-appearance:none”。
我正在使用Autoprefixer,但它不支持外观属性(https://github.com/postcss/autoprefixer#why-doesnt-autoprefixer-support-appearance)。
编译时让线路通过的最佳方法是什么?
答案 0 :(得分:4)
相当蹩脚,但它与缩进有关。不得不:
setSize()