updated and formated web environments

This commit is contained in:
Sebastian Wendel 2024-02-17 11:46:44 +01:00
parent f53276c1e8
commit 4e11620f2d
3 changed files with 10 additions and 2 deletions

View file

@ -1,12 +1,14 @@
{ {
"recommendations": [ "recommendations": [
"arrterian.nix-env-selector", "arrterian.nix-env-selector",
"bradlc.vscode-tailwindcss",
"ecmel.vscode-html-css", "ecmel.vscode-html-css",
"formulahendry.auto-complete-tag", "formulahendry.auto-complete-tag",
"jnoortheen.nix-ide", "jnoortheen.nix-ide",
"kamadorueda.alejandra", "kamadorueda.alejandra",
"mblode.pretty-formatter", "mblode.pretty-formatter",
"mikestead.dotenv", "mikestead.dotenv",
"ms-vscode.live-server",
"stylelint.vscode-stylelint", "stylelint.vscode-stylelint",
], ],
"unwantedRecommendations": [] "unwantedRecommendations": []

View file

@ -18,4 +18,5 @@
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.codeLens": true "editor.codeLens": true
}, },
"editor.linkedEditing": true,
} }

View file

@ -3,7 +3,12 @@
src: url('../font/WORKBENCH-REGULAR.ttf') format('truetype'); src: url('../font/WORKBENCH-REGULAR.ttf') format('truetype');
} }
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
font: inherit; font: inherit;
font-family: workbench; font-family: workbench;
} }