full site update
This commit is contained in:
12
node_modules/@astrojs/tailwind/README.md
generated
vendored
12
node_modules/@astrojs/tailwind/README.md
generated
vendored
@@ -1,10 +1,10 @@
|
||||
# @astrojs/tailwind 💨
|
||||
|
||||
This **[Astro integration][astro-integration]** brings [Tailwind's](https://tailwindcss.com/) utility CSS classes to every `.astro` file and [framework component](https://docs.astro.build/en/core-concepts/framework-components/) in your project, along with support for the Tailwind configuration file.
|
||||
|
||||
## Documentation
|
||||
|
||||
Read the [`@astrojs/tailwind` docs][docs]
|
||||
> ⚠️ **This integration is deprecated**
|
||||
>
|
||||
> [Tailwind CSS now offers a Vite plugin](https://tailwindcss.com/docs/installation/framework-guides/astro) which is the preferred way to use Tailwind 4 in Astro.
|
||||
>
|
||||
> Learn how to use Tailwind in your project in the Astro [“Styles and CSS”][docs] guide.
|
||||
|
||||
## Support
|
||||
|
||||
@@ -29,7 +29,7 @@ MIT
|
||||
Copyright (c) 2023–present [Astro][astro]
|
||||
|
||||
[astro]: https://astro.build/
|
||||
[docs]: https://docs.astro.build/en/guides/integrations-guide/tailwind/
|
||||
[docs]: https://docs.astro.build/en/guides/styling/#tailwind
|
||||
[contributing]: https://github.com/withastro/astro/blob/main/CONTRIBUTING.md
|
||||
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
|
||||
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
|
||||
|
12
node_modules/@astrojs/tailwind/package.json
generated
vendored
12
node_modules/@astrojs/tailwind/package.json
generated
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@astrojs/tailwind",
|
||||
"description": "Use Tailwind CSS to style your Astro site",
|
||||
"version": "5.1.5",
|
||||
"version": "6.0.2",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
@@ -29,15 +29,15 @@
|
||||
"base.css"
|
||||
],
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.5.1",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-load-config": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.17",
|
||||
"vite": "^6.0.9",
|
||||
"astro": "5.1.8",
|
||||
"astro-scripts": "0.0.14"
|
||||
"vite": "^6.2.3",
|
||||
"astro-scripts": "0.0.14",
|
||||
"astro": "5.5.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0",
|
||||
|
Reference in New Issue
Block a user