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',
},
};