blob: 22153ae3b805152c884d4e468087114ff17be33a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Astro with Tailwind
```
npm init astro -- --template with-tailwindcss
```
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](https://docs.astro.build/guides/styling#-tailwind).
|