Closed jvandenrym closed 10 years ago
IE 9 doesn’t support 3D transforms, so Autoprefixer doesn’t add -ms-
prefix for transform
with 3D commands (like rotateY
).
Now I see ;) Auto-prefixer checks for 3d support. And IE9 has not got that for transform.
http://caniuse.com/#search=transform IE9 should support CSS 3 transform property if -ms prefix is added. Auto-prefixer seems not to add it. See the diff (.patch) and grunt options below.