遇到以上报错
- /* autoprefixer: off */
- -webkit-box-orient: vertical;
/* autoprefixer: on */
解决
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
WARNING in ./src/app/index/index/index.component.css(Emitted value instead of an instance of Error) autoprefixer: D:\abcd\ueba new git\ueba-frontend\src\app\index\index\index.component.css:733:5: Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.