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",
|
|
|
|
"test/workers/webworkers",
|
|
|
|
"test/indexeddb"
|
2015-10-28 18:39:50 +01:00
|
|
|
]
|
2017-05-15 02:22:32 +02:00
|
|
|
}
|