Skip to content

Commit

Permalink
Replace deprecated operation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Sep 19, 2024
1 parent 1055055 commit 4b9fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FrontPageAnimation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const emojis = getRandomEmojis(4);
@for $i from 1 through 8 {
.front-page-animation__icon-container:nth-child(#{$i}) span {
animation-delay: $i * (1s / 4);
animation-delay: $i * calc(1s / 4);
}
}
Expand Down

0 comments on commit 4b9fc15

Please sign in to comment.