0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/with-tailwindcss
github-actions[bot] cc436b4ce8
[ci] release (next) (#2554)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-08 16:58:42 -05:00
..
public
src
.gitignore
.npmrc
.stackblitzrc
astro.config.mjs
package.json [ci] release (next) (#2554) 2022-02-08 16:58:42 -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.