Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Jul 6, 2024
1 parent 3012c4f commit 66af3d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
--enter-initial: 0ms;
animation: slide-enter 1s both 1;
animation-delay: calc(
var(--enter-initial) + var(--enter-stage) * var(--enter-step)
var(--enter-initial) + var(--enter-stage) * var(--enter-step)
);
}

Expand All @@ -80,8 +80,8 @@
html:not(.no-sliding) [slide-enter],
html:not(.no-sliding) .slide-enter,
html:not(.no-sliding)
.stations-slide-enter-content
> *:not(:has(.table-of-contents)) {
.stations-slide-enter-content
> *:not(:has(.table-of-contents)) {
--enter-stage: 0;
--enter-step: 200ms;
--enter-initial: 0ms;
Expand Down

0 comments on commit 66af3d6

Please sign in to comment.