From bec5293166e7e9c0ded114cdca2f3498bb1637b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 30 Sep 2024 21:26:58 +0200 Subject: [PATCH] chore(config): fix vscode config --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 63692fe5..a616cf8b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,7 +20,6 @@ "editor.defaultFormatter": "biomejs.biome" }, "editor.formatOnSave": true, - "tailwindCSS.experimental.configFile": "./packages/ui/tailwind.config.ts", "tailwindCSS.experimental.classRegex": [ ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], ["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]