astro/examples/with-tailwindcss
2022-04-10 20:11:34 -07:00
..
public
src Implement new default script behavior, style is:global (#2961) 2022-04-02 12:34:25 -05:00
.gitignore Merge branch 'main' into feat/vercel-adapter 2022-03-30 21:50:41 -03:00
.npmrc
.stackblitzrc
astro.config.mjs
package.json revert release 2022-04-10 20:11:34 -07:00
README.md
sandbox.config.json
tailwind.config.cjs small tailwind example config fix (#2893) 2022-03-25 17:11:45 -07:00
tsconfig.json

Astro with Tailwind

npm init astro -- --template with-tailwindcss

Open in StackBlitz

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 Styling Guide.