Skip to content

Instantly share code, notes, and snippets.

@joshre
Created May 27, 2015 16:34
Show Gist options
  • Save joshre/47c426736e056551cedf to your computer and use it in GitHub Desktop.
Save joshre/47c426736e056551cedf to your computer and use it in GitHub Desktop.
Neat Omega Reset Mixin
// thx @joshfry
@mixin omega-reset($nth) {
&:nth-child(#{$nth}) { margin-right: flex-gutter(); }
&:nth-child(#{$nth}+1) { clear: none }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment