mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
feat: add custom fonts and update styles in main.css; update package dependencies and lockfile; modify UnoCSS configuration; enhance HTML template structure
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -2,12 +2,12 @@
|
||||
"css.validate": false,
|
||||
"stylelint.validate": ["css"],
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"[css]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": false,
|
||||
"source.fixAll.stylelint": true
|
||||
"source.fixAll.eslint": "never",
|
||||
"source.fixAll.stylelint": "explicit"
|
||||
}
|
||||
},
|
||||
"cSpell.words": [
|
||||
@@ -24,6 +24,7 @@
|
||||
"Roboto",
|
||||
"Segoe",
|
||||
"taze",
|
||||
"unocss",
|
||||
"wenkai",
|
||||
"Windi"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user