chore: add VSCode extensions for improved development environment (#509)

This commit is contained in:
Alex Goodkind
2025-05-23 05:38:15 -07:00
committed by GitHub
parent 1b5062c504
commit 7e64a529f8
2 changed files with 17 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"tailwindCSS.classFunctions": ["cva", "cx"]
}