Skip to content

Commit

Permalink
fix!: change peer of tailwindcss to ^3.1.0 (#23)
Browse files Browse the repository at this point in the history
>[!WARNING]
>
> Please note that this is a **BREAKING CHANGE**.

As the test result of #21 shows that we does not support Tailwind CSS
v3.0.x. Since it does not have `config` option yet.

And v3.1.x and v3.2.y will be supported after #21 is merged.
  • Loading branch information
colinaaa authored Dec 28, 2024
1 parent 34eff9d commit 6807507
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 @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@rsbuild/core": "^1.1.0",
"tailwindcss": "^3"
"tailwindcss": "^3.1.0"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
Expand Down

0 comments on commit 6807507

Please sign in to comment.