Files
calorie-tracker/components.json
Fractal-Tess 2fde7cd4cc rename styles
2024-01-24 03:57:49 +02:00

13 lines
275 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles.postcss",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}