mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
47b951b388
* Add `.ts` to list of `possibleConfigFiles` * Add more options * Create many-rules-kick.md * Update .changeset/many-rules-kick.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
316 B
316 B
astro |
---|
patch |
Improves tailwind config file detection when adding the tailwind integration using astro add tailwind
Tailwind config file ending in .ts
, .mts
or .cts
will now be used instead of creating a new tailwind.config.mjs
when the tailwind integration is added using astro add tailwind
.