/* autoprefixer: off */ -webkit-box-orient: vertical; // 参考 https://github.com/postcss/autoprefixer/issues/776 /* autoprefixer: on */
打包时必须使用这种方法打包,否则打包后 -webkit-box-orient: vertical 便会消失
Posted 年轻的资本!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webpack 打包编译-webkit-box-orient: vertical 后消失相关的知识,希望对你有一定的参考价值。
/* autoprefixer: off */ -webkit-box-orient: vertical; // 参考 https://github.com/postcss/autoprefixer/issues/776 /* autoprefixer: on */
打包时必须使用这种方法打包,否则打包后 -webkit-box-orient: vertical 便会消失
以上是关于webpack 打包编译-webkit-box-orient: vertical 后消失的主要内容,如果未能解决你的问题,请参考以下文章