astro/examples/with-tailwindcss
2024-11-28 14:23:35 +00:00
..
.codesandbox Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
public Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
src Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
.gitignore Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
astro.config.mjs Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
package.json Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
README.md Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
tailwind.config.cjs Sync from 84ce4be522 2024-11-28 14:23:35 +00:00
tsconfig.json Sync from 84ce4be522 2024-11-28 14:23:35 +00:00

Astro with Tailwind

npm create astro@latest -- --template with-tailwindcss

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

Astro comes with Tailwind support out of the box. This example showcases how to style your Astro project with Tailwind.

For complete setup instructions, please see our Tailwind Integration Guide.