this one for adding animation delay
@for $i from 1 through 15 { #dot_#{$i} { animation-delay: $i * 0.25s; } }