Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:20
Show Gist options
  • Save nishinoshake/dc0cc1280447e31c250d to your computer and use it in GitHub Desktop.
Save nishinoshake/dc0cc1280447e31c250d to your computer and use it in GitHub Desktop.
SASSのforでdelayずらし
@for $i from 0 through 11 {
ul li:nth-of-type(#{$i + 1}) { transition-delay: #{$i * 80ms};}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment