Remove useless keyframes
This commit is contained in:
parent
e52c45b345
commit
8d7cc2cec1
1 changed files with 0 additions and 9 deletions
|
|
@ -39,13 +39,4 @@ export function getStaticPaths() {
|
||||||
transition-duration: 600ms;
|
transition-duration: 600ms;
|
||||||
transform: translateX(100%);
|
transform: translateX(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes slide-left {
|
|
||||||
from {
|
|
||||||
padding-left: 100%;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
padding-left: 0%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue