mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
254a8f3749
* fixing bug that could lose Tailwind's default presets * updating integration README * chore: adding changeset * test: fixing the tailwind tests
7 lines
No EOL
309 B
Markdown
7 lines
No EOL
309 B
Markdown
---
|
|
'@astrojs/tailwind': minor
|
|
---
|
|
|
|
Removes the `applyAstroPreset` integration option. Tailwind presets can be disabled directly from the Tailwind config file by including `presets: []`
|
|
|
|
See the [Tailwind preset docs](https://tailwindcss.com/docs/presets#disabling-the-default-configuration) for more details. |