Skip to content

Instantly share code, notes, and snippets.

@pentzzsolt
Created January 4, 2016 15:55
Show Gist options
  • Select an option

  • Save pentzzsolt/4a69d3f6a8da1aa02fa4 to your computer and use it in GitHub Desktop.

Select an option

Save pentzzsolt/4a69d3f6a8da1aa02fa4 to your computer and use it in GitHub Desktop.
Example mixin for the Settify mixin's blog post on Medium.com Raw
@if $i == 1 {
@for $j from 1 through length(nth($sets, $i)) {
[...]
}
}
@else {
@for $j from 1 through length(nth($sets, $i)) {
[...]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment