UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

6 lines (5 loc) 324 B
// http://dev.w3.org/csswg/css3-conditional/#at-supports // github.com/Modernizr/Modernizr/issues/648 // Relies on the fact that a browser vendor should expose the CSSSupportsRule interface // http://dev.w3.org/csswg/css3-conditional/#the-csssupportsrule-interface Modernizr.addTest("supports","CSSSupportsRule" in window);