Skip to content

Commit 6807507

Browse files
authored
fix!: change peer of tailwindcss to ^3.1.0 (#23)
>[!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.
1 parent 34eff9d commit 6807507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"@rsbuild/core": "^1.1.0",
48-
"tailwindcss": "^3"
48+
"tailwindcss": "^3.1.0"
4949
},
5050
"peerDependenciesMeta": {
5151
"@rsbuild/core": {

0 commit comments

Comments
 (0)