Created
June 17, 2013 19:26
-
-
Save freshyill/5799557 to your computer and use it in GitHub Desktop.
Bourbon Neat Omega Reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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