Skip to content

Instantly share code, notes, and snippets.

@ryanbahniuk
Created June 24, 2015 16:31
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 ryanbahniuk/3de4e5a7ea2460806f60 to your computer and use it in GitHub Desktop.
Save ryanbahniuk/3de4e5a7ea2460806f60 to your computer and use it in GitHub Desktop.
@mixin make-specific-alignments($label) {
@for $i from 1 through ($grid-columns) {
.order-#{$label}-#{$i} {
order: $width - 1;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment