Skip to content

Commit

Permalink
Merge pull request #17921 from vector-im/t3chguy/update-modernizr
Browse files Browse the repository at this point in the history
Update Modernizr and stop it from polluting classes on the html tag
  • Loading branch information
t3chguy committed Jul 9, 2021
2 parents 8f92a28 + 629630a commit 1e83c35
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .modernizr.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"minify": true,
"classPrefix": "modernizr_",
"options": [
"setClasses"
],
"enableClasses": false,
"feature-detects": [
"test/css/animations",
"test/css/displaytable",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"mini-css-extract-plugin": "^0.12.0",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"modernizr": "^3.11.4",
"modernizr": "^3.11.7",
"node-fetch": "^2.6.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-easings": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/vector/modernizr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e83c35

Please sign in to comment.