$elements: 15; @for $i from 0 to $elements { .cart__list-item:nth-child(#{$i}) { animation-delay: $i * 0.25s; } }