Skip to content

Commit 03bc081

Browse files
committed
fix: pin tailwindcss peer to v3.x
1 parent 4f47f8d commit 03bc081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"vitest": "^2.0.2"
2424
},
2525
"peerDependencies": {
26-
"tailwindcss": ">=3.4.0"
26+
"tailwindcss": ">=3.4.0 < 4"
2727
},
2828
"keywords": [
2929
"tailwindcss",

0 commit comments

Comments
 (0)