delarge
9/17/2018 - 8:38 AM

sass for loop

this one for adding animation delay

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