add extention recomandations
change default css to postcss
This commit is contained in:
12
.vscode/extensions.json
vendored
Normal file
12
.vscode/extensions.json
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -15,6 +15,8 @@
|
|||||||
"templ": "html"
|
"templ": "html"
|
||||||
},
|
},
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.css": "tailwindcss"
|
"*.css": "postcss"
|
||||||
}
|
},
|
||||||
|
"editor.colorDecorators": true,
|
||||||
|
"editor.defaultColorDecorators": "always"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user