mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Downgrade the tailwind integration for Astro 3/4 compat (#9309)
This commit is contained in:
parent
b4f3a8722e
commit
2e1d6792ab
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/tailwind",
|
||||
"description": "Use Tailwind CSS to style your Astro site",
|
||||
"version": "6.0.0-beta.0",
|
||||
"version": "5.0.2",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"vite": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0-beta.0",
|
||||
"astro": "^3.0.0 || ^4.0.0",
|
||||
"tailwindcss": "^3.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
Loading…
Add table
Reference in a new issue