Skip to content

Commit

Permalink
Fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Sep 3, 2022
1 parent 2663909 commit 6f5e3aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
}

@keyframes bar-animate {
from {
0% {
transform: scale3d(1, 0, 1);
}

50% {
transform: scale3d(1, 1, 1);
}

to {
100% {
transform: scale3d(1, 0, 1);
}
}

0 comments on commit 6f5e3aa

Please sign in to comment.