CSS多行溢出隐藏,webpack打包删除代码 -webkit-box-orient: vertical;

  • 文本多行溢出隐藏显示省略号,本地显示正常,打包后线上代码丢失,-webkit-box-orient: vertical;
 /*! autoprefixer: off */
  -webkit-box-orient:vertical;
  /*! autoprefixer: on */
解决方式 1 :使用autoprefixer 跳过webpack的css打包.

解决方法 2 : 待补充
posted @ 2019-06-08 11:22  Amber丶Li  阅读(249)  评论(0编辑  收藏  举报