mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 18:27:33 +08:00
style: add normalize.css
This commit is contained in:
parent
6ae332e769
commit
c47c66146f
3 changed files with 12 additions and 4 deletions
7
frontend/package-lock.json
generated
7
frontend/package-lock.json
generated
|
|
@ -61,6 +61,7 @@
|
|||
"jsonschema": "1.4.0",
|
||||
"madge": "5.0.1",
|
||||
"mini-css-extract-plugin": "2.6.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"postcss": "8.4.27",
|
||||
"postcss-loader": "7.3.3",
|
||||
"postcss-scss": "4.0.6",
|
||||
|
|
@ -16506,6 +16507,12 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/normalize.css": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
|
||||
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/now-and-later": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
"jsonschema": "1.4.0",
|
||||
"madge": "5.0.1",
|
||||
"mini-css-extract-plugin": "2.6.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"postcss": "8.4.27",
|
||||
"postcss-loader": "7.3.3",
|
||||
"postcss-scss": "4.0.6",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import "fonts", "404", "ads", "about", "account", "animations", "banners",
|
||||
"caret", "commandline", "core", "footer", "inputs", "keymap", "leaderboards",
|
||||
"login", "monkey", "nav", "notifications", "popups", "profile", "scroll",
|
||||
"settings", "test", "z_media-queries";
|
||||
@import "normalize.css", "fonts", "404", "ads", "about", "account", "animations",
|
||||
"banners", "caret", "commandline", "core", "footer", "inputs", "keymap",
|
||||
"leaderboards", "login", "monkey", "nav", "notifications", "popups", "profile",
|
||||
"scroll", "settings", "test", "z_media-queries";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue