/* autoprefixer: off */ ?-webkit-box-orient: vertical; // 参考 https://github.com/postcss/autoprefixer/issues/776 ?/* autoprefixer: on */
打包时必须使用这种方法打包,否则打包后 -webkit-box-orient: vertical 便会消失
webpack 打包编译-webkit-box-orient: vertical 后消失
原文地址:https://www.cnblogs.com/richard1015/p/8526988.html