Created
September 29, 2015 15:46
-
-
Save bendera/6d4409b612dd88220e30 to your computer and use it in GitHub Desktop.
Modernizr fallback mixin
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
@mixin no($feature) { | |
@at-root .no-#{$feature} & { | |
@content; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment