1d43a3a6aa
* Delete committed types in with-content example * Add `.astro/` to `.gitignore` in example projects |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tailwind.config.cjs | ||
tsconfig.json |
Astro with Tailwind
npm create astro@latest -- --template with-tailwindcss
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.