chore(config): fix vscode config

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-30 21:26:58 +02:00
parent 8082d4907e
commit bec5293166

View File

@@ -20,7 +20,6 @@
"editor.defaultFormatter": "biomejs.biome"
},
"editor.formatOnSave": true,
"tailwindCSS.experimental.configFile": "./packages/ui/tailwind.config.ts",
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]