0
Fork 0
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:
Matthew Phillips 2023-12-05 08:06:52 -05:00 committed by GitHub
parent b4f3a8722e
commit 2e1d6792ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {