nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

No -ms- prefix for transform #104

Closed SimonHarte closed 9 years ago

SimonHarte commented 9 years ago

Autoprefixer doesn't add an -ms- prefix to transforms even though it is needed for IE9.

Config:

options: {
    browsers: ['last 3 versions', 'ie > 8']
}
SimonHarte commented 9 years ago

Ok my bad, I used 3d transforms and their support is different.