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:
parent
2a1536d091
commit
8e500f2f96
2 changed files with 8 additions and 1 deletions
5
.changeset/angry-ducks-kneel.md
Normal file
5
.changeset/angry-ducks-kneel.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/tailwind': patch
|
||||
---
|
||||
|
||||
Adds keywords to `package.json` to improve categorization in the Astro integrations catalog
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue