diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/rude-panthers-tease.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/rude-panthers-tease.md b/.changeset/rude-panthers-tease.md new file mode 100644 index 000000000..58e0c7fdd --- /dev/null +++ b/.changeset/rude-panthers-tease.md @@ -0,0 +1,5 @@ +--- +'@astrojs/tailwind': patch +--- + +Add support for tailwind config files. These can either be a standard `tailwind.config.js|cjs|mjs`, or a custom filename as specified in your integration config. |