mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
16 lines
311 B
JSON
16 lines
311 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"
|
|
]
|
|
}
|