Skip to content

Commit 55f55fb

Browse files
committed
downgrading back to Tailwind v3 until official release is out
1 parent e39f567 commit 55f55fb

File tree

12 files changed

+1602
-676
lines changed

12 files changed

+1602
-676
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.env.production
1313
.phpactor.json
1414
.phpunit.result.cache
15+
.windsurfrules
1516
Homestead.json
1617
Homestead.yaml
1718
auth.json

components.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
2-
"$schema": "https://shadcn-vue.com/schema.json",
2+
"$schema": "https://ui.shadcn.com/schema.json",
33
"style": "default",
4-
"typescript": true,
5-
"tsConfigPath": "./tsconfig.json",
4+
"rsc": false,
5+
"tsx": true,
66
"tailwind": {
77
"config": "tailwind.config.js",
88
"css": "resources/css/app.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,
1111
"prefix": ""
1212
},
13-
"framework": "laravel",
1413
"aliases": {
15-
"components": "resources/js/Components",
16-
"utils": "@/utils.ts"
17-
}
14+
"components": "@/Components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/Components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
1821
}

0 commit comments

Comments
 (0)