Skip to content

Commit dcd1158

Browse files
authored
Make @astrojs/tailwind compat with Astro 5 (#12018)
1 parent 0b59fe7 commit dcd1158

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/plenty-pandas-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/tailwind': patch
3+
---
4+
5+
Make @astrojs/tailwind compat with Astro 5

packages/integrations/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"vite": "^5.4.3"
4545
},
4646
"peerDependencies": {
47-
"astro": "^3.0.0 || ^4.0.0",
47+
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
4848
"tailwindcss": "^3.0.24"
4949
},
5050
"publishConfig": {

0 commit comments

Comments
 (0)