Skip to content

Commit cb82f99

Browse files
committed
fix: pin tailwindcss peer to v3.x
1 parent 3c9e1a4 commit cb82f99

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
@@ -28,7 +28,7 @@
2828
"vitest": "^2.0.4"
2929
},
3030
"peerDependencies": {
31-
"tailwindcss": ">=3.4.0"
31+
"tailwindcss": ">=3.4.0 < 4"
3232
},
3333
"keywords": [
3434
"tailwindcss",

0 commit comments

Comments
 (0)