Skip to content

Commit d4fcdfa

Browse files
authored
Merge pull request #17 from venables/venables/support-tailwind-3
Update Tailwind peerDependency to allow 3.x
2 parents b4ec7f2 + d3bc810 commit d4fcdfa

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
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/semencov/tailwindcss-font-inter",
3535
"peerDependencies": {
36-
"tailwindcss": "^2.0.0"
36+
"tailwindcss": "^2.0.0 || ^3.0.0"
3737
},
3838
"devDependencies": {
3939
"cssjson": "^2.1.3",

0 commit comments

Comments
 (0)