Add postcss/tailwind/shadcn

This commit is contained in:
Neshura 2024-01-01 05:56:10 +01:00
parent 0292f34504
commit e4607afd22
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 205 additions and 0 deletions

13
components.json Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.pcss",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}