0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

Make @astrojs/tailwind compat with Astro 5 (#12018)

This commit is contained in:
Matthew Phillips 2024-09-17 18:19:22 -04:00 committed by GitHub
parent 0b59fe74d5
commit dcd115892a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/tailwind': patch
---
Make @astrojs/tailwind compat with Astro 5

View file

@ -44,7 +44,7 @@
"vite": "^5.4.3"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
"tailwindcss": "^3.0.24"
},
"publishConfig": {