astro/examples/tailwindcss/public/global.css
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

3 lines
59 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;