add extention recomandations

change default css to postcss
This commit is contained in:
Robin Olsen
2026-02-03 13:09:44 +01:00
parent c69fd84fdd
commit 2a9eb16d73
2 changed files with 16 additions and 2 deletions

12
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"recommendations": [
"a-h.templ",
"golang.go",
"azizziy.oklch-as",
"bradlc.vscode-tailwindcss",
"csstools.postcss",
"adrianwilczynski.alpine-js-intellisense",
"ms-vscode.makefile-tools",
"tombi-toml.tombi"
]
}

View File

@@ -15,6 +15,8 @@
"templ": "html"
},
"files.associations": {
"*.css": "tailwindcss"
}
"*.css": "postcss"
},
"editor.colorDecorators": true,
"editor.defaultColorDecorators": "always"
}