blob: 8f5a7064beb915dfbb619baceed759f54d36fd0b (
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](/docs/guides/styling.md#-tailwind).
|