astro/examples/with-tailwindcss
Hoston (Bot) 97267e3881
[ci] release (beta) (#5856)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-19 11:00:03 -05:00
..
public Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
src update with-tailwind example to use mdx (#5104) 2022-10-18 09:22:48 -04:00
.gitignore Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
astro.config.mjs update with-tailwind example to use mdx (#5104) 2022-10-18 09:22:48 -04:00
package.json [ci] release (beta) (#5856) 2023-01-19 11:00:03 -05:00
README.md fix broken link in tailwind example docs (#5762) 2023-01-04 18:39:41 -04:00
sandbox.config.json Adding CodeSandbox config file to all the "next" examples (#1744) 2021-11-05 10:41:37 -05:00
tailwind.config.cjs Add mdx extension to tailwind content glob. (#4063) 2022-08-03 14:04:44 -05:00
tsconfig.json Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00

Astro with Tailwind

npm create astro@latest -- --template with-tailwindcss

Open in StackBlitz Open with CodeSandbox

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 Tailwind Integration Guide.