astro/examples/with-tailwindcss
github-actions[bot] 16345032aa
[ci] release (#3479)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-30 13:06:41 -04:00
..
public examples: Fix with-tailwindcss example #1256 (#1312) 2021-09-04 19:09:39 -05:00
src Implement new default script behavior, style is:global (#2961) 2022-04-02 12:34:25 -05:00
.gitignore refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
.npmrc Move from yarn to pnpm (#2455) 2022-03-08 15:46:11 -06:00
.stackblitzrc update examples for stackblitz (#1379) 2021-09-16 08:06:22 -07:00
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json [ci] release (#3479) 2022-05-30 13:06:41 -04:00
README.md update repo URL (#1994) 2021-11-23 14:47:05 -08: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 Fix tailwind integration in markdown files (#3305) 2022-05-06 13:01:04 -04:00
tsconfig.json Update example tsconfig (#3107) 2022-04-28 11:42:55 -04:00

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.