Skip to content

Commit

Permalink
fix: remove unused keyframe css
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoClery committed Jun 8, 2024
1 parent 6615342 commit 28bad47
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
8 changes: 0 additions & 8 deletions index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions sass/base/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
}
}

@keyframes itemAppear {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

@keyframes menu-listes {
0% {
opacity: 0;
Expand Down

0 comments on commit 28bad47

Please sign in to comment.