Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.


编译报warning:

Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.

之前通过 

/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */

这种方式注释的方式需要改为:


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM