mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
sass compilation hates this
This commit is contained in:
parent
a1847ceab7
commit
e2dcbb4ae2
1 changed files with 3 additions and 3 deletions
6
animate.css
vendored
6
animate.css
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue