chore(vscode): set custom Tailwind config path for monorepo UI (#7618)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Gaëtan H
2025-06-16 13:18:27 +02:00
committed by GitHub
parent 65350857a4
commit 8847126c65

View File

@@ -0,0 +1,3 @@
{
"tailwindCSS.experimental.configFile": "packages/ui/src/styles/globals.css"
}