编译报warning:
之前通过
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
这种方式注释的方式需要改为:
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
编译报warning:
之前通过
/* autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
这种方式注释的方式需要改为:
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
相关文章: