isambard/components.json

17 lines
336 B
JSON
Raw Normal View History

2024-07-29 01:48:38 +02:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
2024-07-29 16:17:52 +02:00
"cssVariables": true,
2024-07-29 01:48:38 +02:00
"prefix": ""
},
"aliases": {
2024-07-29 16:17:52 +02:00
"components": "src/components",
"utils": "src/lib/utils"
2024-07-29 01:48:38 +02:00
}
}