webpck不能编译这个属性-webkit-box-orient: vertical (解决办法)
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
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。