Skip to content

Commit

Permalink
✨ feat(ui-revamp): move to tailwind and shadcn-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Jun 19, 2024
1 parent a962c51 commit 4253669
Show file tree
Hide file tree
Showing 322 changed files with 8,045 additions and 6,479 deletions.
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 4253669

Please sign in to comment.