Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 701a78a

Browse files
committed
allow Tailwind CSS 4.0.0 peer dependency
1 parent 95acbc4 commit 701a78a

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
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/cloudnode-pro/tailwindcss-focus-visible-within#readme",
2626
"peerDependencies": {
27-
"tailwindcss": "^3.4.1"
27+
"tailwindcss": "^3.4.1 || ^4.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)