element-web/.modernizr.json

25 lines
499 B
JSON
Raw Normal View History

{
"minify": true,
"classPrefix": "modernizr_",
"options": [
"setClasses"
],
"feature-detects": [
"test/css/displaytable",
"test/css/flexbox",
2020-02-07 23:08:57 +01:00
"test/es5/specification",
"test/css/objectfit",
"test/storage/localstorage",
"test/es6/array",
"test/es6/collections",
"test/es6/promises",
"test/svg",
"test/svg/asimg",
"test/svg/filters",
"test/css/animations",
"test/css/filters",
"test/network/fetch",
"test/iframe/sandbox"
]
}