1
0
Fork 0

Use normalize.css.

This commit is contained in:
Kitteh 2021-05-18 18:21:26 +01:00
parent b3ca37fab0
commit f72801a687
2 changed files with 3 additions and 3 deletions

View file

@ -28,6 +28,7 @@
"i18next": "^20.2.4",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"normalize.css": "^8.0.1",
"prettier": "^2.3.0",
"prismjs": "^1.23.0",
"qr-scanner": "^1.2.0",

View file

@ -1,3 +1,5 @@
@import "normalize.css/normalize.css";
.editor {
background-color: #3B4252;
padding: 1em;
@ -10,8 +12,5 @@
padding-bottom: 10px !important;
padding-left: 10px !important;
}
.wrap-pre {
white-space: pre-wrap;
}
@import "./prism-nord.scss";
@import "./uikit.scss";