sass compilation hates this

This commit is contained in:
Oren Mazor 2015-12-08 13:22:35 -05:00
parent a1847ceab7
commit e2dcbb4ae2
1 changed files with 3 additions and 3 deletions

6
animate.css vendored
View File

@ -281,7 +281,7 @@
}
@-webkit-keyframes headShake {
0 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@ -313,7 +313,7 @@
}
@keyframes headShake {
0 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@ -3337,4 +3337,4 @@
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
}