chore(config): fix components.json configuration
This commit is contained in:
parent
f5ea9dd06c
commit
9e08c8409d
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
"rsc": false,
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.js",
|
||||
"css": "@/styles/main.css",
|
||||
"config": "tailwind.config.ts",
|
||||
"css": "@/index.css",
|
||||
"baseColor": "slate",
|
||||
"cssVariables": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue