使用以下 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)。
编译时让行通过的最佳方法是什么?