0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Add css keyword to Tailwind integration (#12161)

* Add `css` keyword to Tailwind integration

* Add changeset
This commit is contained in:
Chris Swithinbank 2024-10-08 23:40:49 +02:00 committed by GitHub
parent 2a1536d091
commit 8e500f2f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/tailwind': patch
---
Adds keywords to `package.json` to improve categorization in the Astro integrations catalog

View file

@ -13,7 +13,9 @@
},
"keywords": [
"astro-integration",
"astro-component"
"withastro",
"css",
"tailwindcss"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/tailwind/",