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

View File

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