update shadcn/tailwind config

This commit is contained in:
padreug 2025-03-09 14:59:19 +01:00
parent 2a83972b47
commit 903636b6f9
9 changed files with 278 additions and 195 deletions

View file

@ -1,8 +1,7 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"style": "new-york",
"typescript": true,
"tsConfigPath": "./tsconfig.json",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/index.css",
@ -10,9 +9,12 @@
"cssVariables": true,
"prefix": ""
},
"framework": "vite",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
"composables": "@/composables",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib"
},
"iconLibrary": "lucide"
}