編譯報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;