Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
rummik committed Apr 1, 2014
1 parent 0430389 commit d44c902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/animation-mixins.scss
@@ -1,6 +1,6 @@
@mixin animation($animation...) {
-webkit-animation: $animation;
animation: $animation;
-webkit-animation: $animation;
animation: $animation;
}

@mixin keyframes($name) {
Expand Down

0 comments on commit d44c902

Please sign in to comment.