0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/with-tailwindcss
Viktor Persson ec5518fe30
Add mdx extension to tailwind content glob. (#4063)
* Add mdx extension to tailwind content glob.

* Create wicked-hairs-rescue.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-03 14:04:44 -05:00
..
public
src Format astro files in examples (#3862) 2022-07-08 22:08:32 +02: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
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json [ci] release (#4116) 2022-08-02 14:50:21 -07:00
README.md update repo URL (#1994) 2021-11-23 14:47:05 -08:00
sandbox.config.json
tailwind.config.cjs Add mdx extension to tailwind content glob. (#4063) 2022-08-03 14:04:44 -05:00
tsconfig.json Move client types into Astro (#3851) 2022-07-11 08:12:18 -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.