blob: 8f7ad152e9bb053645a61c7d68435ff6c8bec2ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# 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).
|