Remove manual prefixes

This commit is contained in:
Paul Nicoué 2022-07-22 15:40:31 +02:00
parent 2eab196ae6
commit 07150a0011
6 changed files with 2558 additions and 193 deletions

View file

@ -2,15 +2,6 @@
// ANIMATIONS
// ----------------------------------------------------------------------------
@-webkit-keyframes expand-outline {
from {
outline-offset: 0;
}
to {
outline-offset: 2px;
}
}
@keyframes expand-outline {
from {
outline-offset: 0;
@ -20,18 +11,6 @@
}
}
@-webkit-keyframes wave-up {
0% {
top: 0;
}
60% {
top: -0.5rem;
}
100% {
top: 0;
}
}
@keyframes wave-up {
0% {
top: 0;
@ -44,18 +23,6 @@
}
}
@-webkit-keyframes wave-down {
0% {
bottom: 0;
}
60% {
bottom: -0.5rem;
}
100% {
bottom: 0;
}
}
@keyframes wave-down {
0% {
bottom: 0;