webpck不能编译这个属性-webkit-box-orient: vertical (解决办法)
更新:HHH   时间:2023-1-7


sass:

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

less:

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


参考:

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


返回web开发教程...