次の 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 )。
コンパイル時に行を通過させる最良の方法は何ですか?