Skip to content

Commit

Permalink
mixins.less: Add moz and ms prefixes to animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lee committed Oct 7, 2016
1 parent f61ba21 commit 45b7989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2/r2/public/static/css/components/mixins.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.animation (@animation) {
-webkit-animation: @animation;
-moz-animation: @animation;
-ms-animation: @animation;
-o-animation: @animation;
animation: @animation;
}
Expand Down

0 comments on commit 45b7989

Please sign in to comment.