astro/examples/with-tailwindcss
Selwyn 10a9c3412b
Add used renderers to each example package.json devDependencies (#2727)
As the first step to not bundling renderers in the core `astro` package
the examples show usage with renderers as dependencies.
2022-03-07 10:43:02 -06:00
..
public examples: Fix with-tailwindcss example #1256 (#1312) 2021-09-04 19:09:39 -05:00
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 Restructure examples (#568) 2021-06-28 10:46:10 -05:00
.stackblitzrc update examples for stackblitz (#1379) 2021-09-16 08:06:22 -07:00
astro.config.mjs Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
package.json Add used renderers to each example package.json devDependencies (#2727) 2022-03-07 10:43:02 -06:00
postcss.config.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05: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.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05: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.