We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d9da3 commit d7960bfCopy full SHA for d7960bf
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
+- Update peer dependency versions to include Tailwind `4.0.0-alpha.20` with support for this plugin.
13
14
## [0.5.7] - 2023-11-10
15
package.json
@@ -21,7 +21,7 @@
21
"build": "tailwindcss -o dist/tailwind.css"
22
},
23
"peerDependencies": {
24
- "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
+ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
25
26
"devDependencies": {
27
"autoprefixer": "^10.4.6",
0 commit comments