Skip to content

Commit

Permalink
sass compilation hates this
Browse files Browse the repository at this point in the history
  • Loading branch information
orenmazor committed Dec 8, 2015
1 parent a1847ce commit e2dcbb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
}

@-webkit-keyframes headShake {
0 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
Expand Down Expand Up @@ -313,7 +313,7 @@
}

@keyframes headShake {
0 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
Expand Down Expand Up @@ -3337,4 +3337,4 @@
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
}

0 comments on commit e2dcbb4

Please sign in to comment.