0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/examples/with-tailwindcss
Erika f604ef6c69
Run astro check on all examples in CI (#5022)
* 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
2022-10-12 09:48:29 -03:00
..
public Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
src Run astro check on all examples in CI (#5022) 2022-10-12 09:48:29 -03:00
.gitignore
astro.config.mjs
package.json Run astro check on all examples in CI (#5022) 2022-10-12 09:48:29 -03:00
README.md .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -05:00
sandbox.config.json
tailwind.config.cjs
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

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.