0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/tailwindcss/astro.config.mjs
Drew Powers 19e20f2c54
Add Tailwind support to Astro Dev Server (#222)
* Improve PostCSS and Tailwind support

* Update styling docs

* Changelog

* Fix test hanging
2021-05-21 14:02:19 -06:00

5 lines
85 B
JavaScript

export default {
devOptions: {
tailwindConfig: './tailwind.config.js',
},
};