Skip to content

Commit

Permalink
make sure Tailwind CSS v3 is listed in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Dec 9, 2021
1 parent 61a971b commit c9a9115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepublishOnly": "node scripts/build.js"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0-alpha.1"
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
},
"devDependencies": {
"autoprefixer": "^10.2.0",
Expand Down

0 comments on commit c9a9115

Please sign in to comment.