UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

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);