其他分享
首页 > 其他分享> > CSS多行溢出隐藏,webpack打包删除代码 -webkit-box-orient: vertical;

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

作者:互联网

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

解决方法 2 : 待补充

标签:box,autoprefixer,vertical,webkit,orient,打包
来源: https://www.cnblogs.com/lishengye/p/10990248.html