Angular 7 - Autoprefixer not working with CSS Grid

我的未来我决定 提交于 2019-12-10 23:39:03

问题


I am trying to get Angular7 working nicely with the Autoprefixer. I'm specifically looking to get support on IE11. I've removed the "not" from "IE 9 - 11" in the browserlist file. I've also added

/* autoprefixer grid: autoplace / / autoprefixer grid: on */

To the top of my _grid.scss file. Problem is grid items are still not getting any prefixes. Flexbox seems to work fine but not CSS grid. Is there any configuration I've missed?


回答1:


I had dependency issues. Ran

npm audit fix

and the issue has been resolved.



来源:https://stackoverflow.com/questions/55866119/angular-7-autoprefixer-not-working-with-css-grid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!