regional forecast font cleanup

This commit is contained in:
Matt Walsh
2022-08-05 14:03:14 -05:00
parent 0cecf8a458
commit 80958226ce
27 changed files with 708 additions and 1051 deletions

10
.vscode/launch.json vendored
View File

@@ -4,18 +4,17 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Frontend",
"request": "launch",
"type": "pwa-chrome",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}/server",
"skipFiles": [
"<node_internals>/**",
"**/*.min.js",
"**/vendor/**"
]
],
},
{
"name": "Data:stations",
@@ -40,7 +39,10 @@
"compounds": [
{
"name": "Compound",
"configurations": ["Frontend", "Server"]
"configurations": [
"Frontend",
"Server"
]
}
]
}

View File

@@ -4,7 +4,7 @@
],
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"format": "compressed",
"extensionName": ".css",
"savePath": "/server/styles",
"savePathSegmentKeys": null,