Skip to content

Commit a68449f

Browse files
committed
fix: allow tailwindcss v2 and v3
1 parent 92be893 commit a68449f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare": "husky install"
2525
},
2626
"peerDependencies": {
27-
"tailwindcss": "^2.0.2"
27+
"tailwindcss": ">=2.0.0"
2828
},
2929
"devDependencies": {
3030
"@commitlint/cli": "^16.2.3",

0 commit comments

Comments
 (0)