summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-12-05 08:06:52 -0500
committerGravatar GitHub <noreply@github.com> 2023-12-05 08:06:52 -0500
commit2e1d6792abc74e71e6efab65b796a7c85632a255 (patch)
tree3f2392733ac14492b2824bf28235f24eba219ef2
parentb4f3a8722ec27d12dc485f11a2dac6c682001304 (diff)
downloadastro-2e1d6792abc74e71e6efab65b796a7c85632a255.tar.gz
astro-2e1d6792abc74e71e6efab65b796a7c85632a255.tar.zst
astro-2e1d6792abc74e71e6efab65b796a7c85632a255.zip
Downgrade the tailwind integration for Astro 3/4 compat (#9309)
-rw-r--r--packages/integrations/tailwind/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index de681aac0..e372c5e70 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -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": {