Autoprefixer不为IE添加前缀

时间:2015-02-22 04:58:47

标签: gruntjs autoprefixer

我试图在我的项目中使用Grunt-Autoprefixer,但它没有为IE9转换添加前缀-ms- http://caniuse.com/#search=transform

我的浏览器列表数组Explorer >= 8

中有IE

browsers: [ "Android 2.3", "Android >= 4", "Chrome >= 20", "Firefox >= 24", "Explorer >= 8", "iOS >= 6", "Opera >= 12", "Safari >= 6" ]

然而,transform: whatever变为

transform: whatever -webkit-transform: whatever

我缺少什么?

1 个答案:

答案 0 :(得分:2)

尝试使用这个 postcss/autoprefixer