1. 程式人生 > >-webkit-box-orient 樣式無效

-webkit-box-orient 樣式無效

pan 代碼 原來 瀏覽器中 沒有 文件中 span color div

問題:

同事遇一問題,說代碼打包後,說在文件中的樣式,如:

-webkit-box-orient: vertical;

在瀏覽器中沒生效,審查元素也沒有此樣式,後經查看原來是autoprefixer的問題。

解決辦法:

/* autoprefixer: off */
-webkit-box-orient: vertical;

issues:

https://github.com/postcss/autoprefixer/issues/776

-webkit-box-orient 樣式無效