0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/with-tailwindcss
Fred K. Schott 498ef59b0e
[ci] update lockfile (#2810)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-16 09:53:46 -05:00
..
public
src Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
.gitignore
.npmrc
.stackblitzrc
astro.config.mjs Export defineConfig helper (#2803) 2022-03-15 15:27:17 -05:00
package.json [ci] update lockfile (#2810) 2022-03-16 09:53:46 -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.