mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"minify": true,
|
|
"classPrefix": "modernizr_",
|
|
"options": [
|
|
"setClasses"
|
|
],
|
|
"feature-detects": [
|
|
"test/css/displaytable",
|
|
"test/css/flexbox",
|
|
"test/es5/specification",
|
|
"test/css/objectfit",
|
|
"test/storage/localstorage",
|
|
"test/workers/webworkers",
|
|
"test/indexeddb",
|
|
"test/es6/array",
|
|
"test/es6/collections",
|
|
"test/es6/promises",
|
|
"test/serviceworker",
|
|
"test/svg",
|
|
"test/svg/asimg",
|
|
"test/svg/filters",
|
|
"test/css/animations",
|
|
"test/css/filters",
|
|
"test/network/fetch"
|
|
]
|
|
}
|