Skip to content

Instantly share code, notes, and snippets.

@Dexdot
Created October 16, 2018 16:33
Show Gist options
  • Save Dexdot/9498efd232a172d0b11330f2ab56c17d to your computer and use it in GitHub Desktop.
Save Dexdot/9498efd232a172d0b11330f2ab56c17d to your computer and use it in GitHub Desktop.
Sass for loop css prop
@for $i from 1 through 10
.menu__social-item:nth-child(#{$i})
transition-delay:(#{$i*0.15s})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment