astro/examples/with-tailwindcss
Nate Moore d55658f061
Implement new default script behavior, style is:global (#2961)
* feat: implement RFC0016

* chore: update to latest compiler

* chore: update compiler

* test: fix script tests

* test: update public tests

* feat: throw a warning when referencing scripts in `public/` without `is:inline`
2022-04-02 12:34:25 -05: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 chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05: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 (#2923) 2022-03-28 16:52:04 -07: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 small tailwind example config fix (#2893) 2022-03-25 17:11:45 -07:00
tsconfig.json Adjust TSConfig example files to include compilerOptions (#2278) 2021-12-26 22:39:30 -05: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.