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:
parent
0b59fe74d5
commit
dcd115892a
2 changed files with 6 additions and 1 deletions
5
.changeset/plenty-pandas-repeat.md
Normal file
5
.changeset/plenty-pandas-repeat.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/tailwind': patch
|
||||
---
|
||||
|
||||
Make @astrojs/tailwind compat with Astro 5
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue