多行文本省略号样式丢失,以及控制台显示autoprefixer警告'Autoprefixer applies control comment to whole block, not to next rules.'

时间:2019-01-22 10:11:42   收藏:0   阅读:787
/*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */

??再次打包,发现样式恢复正常。然后控制台却多出一条警告:‘(Emitted value instead of an instance of Error) autoprefixer: \static\css\reset\index.css:99:3: Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.’,这对于强迫症来说是极其难受的。

/* autoprefixer: ignore next */
-webkit-box-orient: vertical;

??恢复正常。

原文:https://www.cnblogs.com/yangguojin/p/10301981.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!