2015-10-28 18:39:50 +01:00
|
|
|
{
|
|
|
|
"minify": true,
|
|
|
|
"classPrefix": "modernizr_",
|
|
|
|
"options": [
|
|
|
|
"setClasses"
|
|
|
|
],
|
|
|
|
"feature-detects": [
|
|
|
|
"test/css/displaytable",
|
|
|
|
"test/css/flexbox",
|
2015-10-29 16:56:03 +01:00
|
|
|
"test/es5/specification",
|
|
|
|
"test/css/objectfit",
|
2017-05-15 02:22:32 +02:00
|
|
|
"test/storage/localstorage",
|
2020-02-05 15:05:46 +01:00
|
|
|
"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"
|
2015-10-28 18:39:50 +01:00
|
|
|
]
|
2017-05-15 02:22:32 +02:00
|
|
|
}
|