scoresaber-reloaded-v2/components.json
Liam 204b02b36a
All checks were successful
deploy / deploy (push) Successful in 2m14s
make tooltips look nicer
2023-10-29 15:35:10 +00:00

17 lines
329 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "gray",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/utils/utils"
}
}