|
лет назад: 3 | |
---|---|---|
.. | ||
.bower.json | лет назад: 3 | |
.gitignore | лет назад: 3 | |
LICENSE | лет назад: 3 | |
README.md | лет назад: 3 | |
bower.json | лет назад: 3 | |
component.json | лет назад: 3 | |
composer.json | лет назад: 3 | |
modernizr.js | лет назад: 3 | |
package.json | лет назад: 3 |
Modernizr tests which native CSS3 and HTML5 features are available in the current UA and makes the results available to you in two ways: as properties on a global Modernizr
object, and as classes on the <html>
element. This information allows you to progressively enhance your pages with a granular level of control over the experience.
Modernizr has an optional (not included) conditional resource loader called Modernizr.load()
, based on Yepnope.js. You can get a build that includes Modernizr.load()
, as well as choosing which feature tests to include on the Download page.
Run the test suite
grunt build
//outputs to ./dist/modernizr-build.js
grunt qunit
grunt build
serve .
visit <url>/tests
serve the root dir, <url>/test/modular.html
jekyll
serve ./_sites
MIT license