fix fill mode helper

This commit is contained in:
Gabriele Cirulli
2014-03-14 11:47:54 +01:00
parent f943d2a745
commit 8772e1aee9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
@mixin animation-fill-mode($args...) {
-webkit-animation-fill-mode: $args;
-moz-animation-fill-mode: $args;
animation: $args;
animation-fill-mode: $args;
}
@mixin transform($args...) {