Skip to content

Instantly share code, notes, and snippets.

@bendera
Created September 29, 2015 15:46
Show Gist options
  • Save bendera/6d4409b612dd88220e30 to your computer and use it in GitHub Desktop.
Save bendera/6d4409b612dd88220e30 to your computer and use it in GitHub Desktop.
Modernizr fallback mixin
@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