Skip to content

Commit

Permalink
Downgrade the tailwind integration for Astro 3/4 compat (#9309)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Dec 5, 2023
1 parent b4f3a87 commit 2e1d679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 2e1d679

Please sign in to comment.