mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
12 lines
695 B
Markdown
12 lines
695 B
Markdown
# Astro with Tailwind
|
|
|
|
```
|
|
npm create astro@latest -- --template with-tailwindcss
|
|
```
|
|
|
|
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss)
|
|
[](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/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).
|