Skip to content

Instantly share code, notes, and snippets.

@freshyill
Created June 17, 2013 19:26
Show Gist options
  • Save freshyill/5799557 to your computer and use it in GitHub Desktop.
Save freshyill/5799557 to your computer and use it in GitHub Desktop.
Bourbon Neat Omega Reset
// From https://github.com/joshfry/point-guard
@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