mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
8 lines
316 B
Markdown
8 lines
316 B
Markdown
|
---
|
||
|
'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`.
|