mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
57d2026a40
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
39 lines
700 B
JSON
39 lines
700 B
JSON
{
|
|
"minify": true,
|
|
"classPrefix": "modernizr_",
|
|
"options": [
|
|
"setClasses"
|
|
],
|
|
"feature-detects": [
|
|
"test/css/animations",
|
|
"test/css/displaytable",
|
|
"test/css/filters",
|
|
"test/css/flexbox",
|
|
"test/css/objectfit",
|
|
|
|
"test/es5/date",
|
|
"test/es5/function",
|
|
"test/es5/object",
|
|
"test/es5/undefined",
|
|
|
|
"test/es6/array",
|
|
"test/es6/collections",
|
|
"test/es6/promises",
|
|
"test/es6/string",
|
|
|
|
"test/svg",
|
|
"test/svg/asimg",
|
|
"test/svg/filters",
|
|
|
|
"test/url/parser",
|
|
"test/url/urlsearchparams",
|
|
|
|
"test/cors",
|
|
"test/crypto",
|
|
"test/iframe/sandbox",
|
|
"test/json",
|
|
"test/network/fetch",
|
|
"test/storage/localstorage"
|
|
]
|
|
}
|