f604ef6c69
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tailwind.config.cjs | ||
tsconfig.json |
Astro with Tailwind
npm create astro@latest -- --template with-tailwindcss
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.