refactor: Update components.json to use new path for global CSS file

This commit is contained in:
Bram Suurd
2024-08-10 16:14:33 +02:00
parent 48e9b03dec
commit 6473d00649

View File

@@ -5,7 +5,7 @@
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/globals.css",
"css": "@/styles/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""