编译报warning:

之前通过 

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

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


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

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2021-08-26
  • 2021-07-01
  • 2021-11-18
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-10-29
相关资源
相似解决方案