Skip to content

Commit c9a9115

Browse files
committed
make sure Tailwind CSS v3 is listed in peerDependencies
1 parent 61a971b commit c9a9115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prepublishOnly": "node scripts/build.js"
1818
},
1919
"peerDependencies": {
20-
"tailwindcss": ">=2.0.0 || >=3.0.0-alpha.1"
20+
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
2121
},
2222
"devDependencies": {
2323
"autoprefixer": "^10.2.0",

0 commit comments

Comments
 (0)