⚙️ chore (config): add tailwind css and components config

This commit is contained in:
Abizrh
2025-08-08 11:30:48 +07:00
parent 92d8359803
commit 2e01715df4
8 changed files with 7939 additions and 6537 deletions

No files matched your search

+20
View File
@@ -0,0 +1,20 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "",
"css": "app/assets/css/tailwind.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "~/components/pub",
"composables": "~/composables",
"utils": "~/lib/utils",
"ui": "~/components/pub/ui",
"lib": "~/lib"
},
"iconLibrary": "lucide"
}