Skip to content

Instantly share code, notes, and snippets.

@zhuochun
Created January 2, 2014 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuochun/8221635 to your computer and use it in GitHub Desktop.
Save zhuochun/8221635 to your computer and use it in GitHub Desktop.
.make_spans(@index, @total) when (@index < @total) {
.span@{index} {
height: unit((30 * @index), px);
}
.make_spans((@index + 1), @total);
}
.make_spans(1, 34);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment