Skip to content

Commit 16bd909

Browse files
Support installing with Tailwind CSS v4
1 parent b6f355d commit 16bd909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

packages/@headlessui-tailwindcss/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
- Support installing with Tailwind CSS v4 ([#3634](https://github.com/tailwindlabs/headlessui/pull/3634))
1111

1212
## [0.2.1] - 2024-05-29
1313

packages/@headlessui-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"clean": "rimraf ./dist"
4242
},
4343
"peerDependencies": {
44-
"tailwindcss": "^3.0"
44+
"tailwindcss": "^3.0 || ^4.0"
4545
},
4646
"devDependencies": {
4747
"tailwindcss": "^3.2.7"

0 commit comments

Comments
 (0)