astro/examples/with-tailwindcss/README.md
Fred K. Schott 67ef02534f
update example readmes (#591)
* update example readmes

* Update README.md
2021-07-01 08:43:25 -04:00

9 lines
320 B
Markdown

# Astro with Tailwind
```
npm init astro --template with-tailwind
```
Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind.
For complete setup instructions, please see our [Styling Guide](/docs/guides/styling.md#-tailwind).