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": [
"arrterian.nix-env-selector",
"bradlc.vscode-tailwindcss",
"ecmel.vscode-html-css",
"formulahendry.auto-complete-tag",
"jnoortheen.nix-ide",
"kamadorueda.alejandra",
"mblode.pretty-formatter",
"mikestead.dotenv",
"ms-vscode.live-server",
"stylelint.vscode-stylelint",
],
"unwantedRecommendations": []

View file

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

View file

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