Skip to content

Commit 1678b88

Browse files
authored
fix: change css mixin animate-slides children length from 9 to 99 (#771)
1 parent ef2789f commit 1678b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
transition: top $transition, opacity $transition;
352352
}
353353

354-
@for $i from 0 through 9 {
354+
@for $i from 0 through 99 {
355355
#{$item-class}:nth-child(#{$i}) {
356356
transition-delay: $i * 0.1s + $delay;
357357
}

0 commit comments

Comments
 (0)