Skip to content

Instantly share code, notes, and snippets.

@hrkd
Last active December 17, 2015 08:48
Show Gist options
  • Select an option

  • Save hrkd/5582308 to your computer and use it in GitHub Desktop.

Select an option

Save hrkd/5582308 to your computer and use it in GitHub Desktop.
sassのループがすげべんり。
$ary : "a", "b", "c"
@for $i from 1 through length($ary)
$selecter : "id_"+nth($ary, $i)
div.#{$selecter}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment