Skip to content

Commit e2f7d2e

Browse files
committed
feat: Add new components.json with Tailwind CSS configuration and aliases
Added a new JSON file for component configurations including Tailwind CSS settings and aliases.
1 parent 5868569 commit e2f7d2e

File tree

7 files changed

+257
-110
lines changed

7 files changed

+257
-110
lines changed

components.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/entrypoints/popup/style.css",
9+
"baseColor": "zinc",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils"
16+
}
17+
}

0 commit comments

Comments
 (0)