Skip to content

Commit 426eab0

Browse files
authored
Merge pull request #207 from get-convex/seth/fixTailwindNode22
Update Tailwind configuration to use CommonJS format
2 parents df4a1e6 + 64a14da commit 426eab0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

example/components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rsc": false,
55
"tsx": true,
66
"tailwind": {
7-
"config": "tailwind.config.js",
7+
"config": "tailwind.config.cjs",
88
"css": "ui/index.css",
99
"baseColor": "slate",
1010
"cssVariables": true,

0 commit comments

Comments
 (0)