0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/with-tailwindcss
2022-02-17 07:39:55 -05:00
..
public
src importing and inlining global.css with set:html (#2601) 2022-02-17 07:39:55 -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 (next) (#2600) 2022-02-16 17:45:49 -06: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.