astro/examples/with-tailwindcss
github-actions[bot] 10db1ca75e
[ci] release (#2454)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-27 11:40:08 -05:00
..
public
src fix tailwindcss example global css (#2444) 2022-01-21 18:48:16 -05:00
.gitignore Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
.npmrc
.stackblitzrc
astro.config.mjs
package.json [ci] release (#2454) 2022-01-27 11:40:08 -05:00
postcss.config.js
README.md
sandbox.config.json
tailwind.config.js
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.