We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43b3b commit 7c1af6eCopy full SHA for 7c1af6e
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-- Nothing yet!
+- Update peer dependency versions to include Tailwind `4.0.0-alpha.20` with support for this plugin
11
12
## [0.5.14] - 2024-08-07
13
package.json
@@ -30,7 +30,7 @@
30
"release-notes": "node ./scripts/release-notes.js"
31
},
32
"peerDependencies": {
33
- "tailwindcss": ">=3.0.0 || insiders"
+ "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20"
34
35
"devDependencies": {
36
"@mdx-js/loader": "^1.0.19",
0 commit comments