We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781de1d commit b503c95Copy full SHA for b503c95
CHANGELOG.md
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-- Nothing yet!
+### Fixed
11
+
12
+- Support installing with beta versions of Tailwind CSS v4 ([#163](https://github.com/tailwindlabs/tailwindcss-forms/pull/163))
13
14
## [0.5.9] - 2024-09-05
15
package.json
@@ -28,7 +28,7 @@
28
"format": "prettier . --write"
29
},
30
"peerDependencies": {
31
- "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
+ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1"
32
33
"devDependencies": {
34
"autoprefixer": "^10.4.6",
0 commit comments