Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Last active June 28, 2017 09:12
Show Gist options
  • Save ingozoell/354bb534023621c12d3669bd673dd08f to your computer and use it in GitHub Desktop.
Save ingozoell/354bb534023621c12d3669bd673dd08f to your computer and use it in GitHub Desktop.
.no-mix-blend-mode .class {
opacity: .75;
}
/* Blend-Mode-Destection ------------------------------------------------ */
Modernizr.addTest('mix-blend-mode', function(){
return Modernizr.testProp('mixBlendMode');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment