fix styles for IE9: add -ms-transform
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
@mixin transform($args...) {
|
||||
-webkit-transform: $args;
|
||||
-moz-transform: $args;
|
||||
-ms-transform: $args;
|
||||
transform: $args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user