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 0a4f402 commit 5c830d7Copy full SHA for 5c830d7
package.json
@@ -28,7 +28,7 @@
28
"prepublishOnly": "node scripts/build.js"
29
},
30
"peerDependencies": {
31
- "tailwindcss": ">=2.0.0"
+ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
32
33
"devDependencies": {
34
"@mdx-js/loader": "^1.0.19",
@@ -46,7 +46,7 @@
46
"react": "^17.0.2",
47
"react-dom": "^17.0.2",
48
"snapshot-diff": "^0.8.1",
49
- "tailwindcss": "insiders"
+ "tailwindcss": "next"
50
51
"dependencies": {
52
"lodash.castarray": "^4.4.0",
0 commit comments