Support installing with Tailwind CSS v4 (#3634)

Resolves #3633

Bumps the version range for `@headlessui/tailwindcss` to ensure support
with Tailwind CSS v4.
This commit is contained in:
Philipp Spiess
2025-02-06 14:19:45 +01:00
committed by GitHub
parent b6f355d154
commit 4f5506ef99
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11557,7 +11557,7 @@
"node": ">=10"
},
"peerDependencies": {
"tailwindcss": "^3.0"
"tailwindcss": "^3.0 || ^4.0"
}
},
"packages/@headlessui-vue": {
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Nothing yet!
- Support installing with Tailwind CSS v4 ([#3634](https://github.com/tailwindlabs/headlessui/pull/3634))
## [0.2.1] - 2024-05-29
@@ -41,7 +41,7 @@
"clean": "rimraf ./dist"
},
"peerDependencies": {
"tailwindcss": "^3.0"
"tailwindcss": "^3.0 || ^4.0"
},
"devDependencies": {
"tailwindcss": "^3.2.7"