diff options
author | 2025-06-05 12:45:05 +0000 | |
---|---|---|
committer | 2025-06-05 12:45:05 +0000 | |
commit | ba8164f9bafe4eab5b2353d3c4fbc4b872d328d4 (patch) | |
tree | 3dcff3b78de15e03adeb407f26729fd1cd14cbb7 /README.md | |
download | astro-examples/with-tailwindcss.tar.gz astro-examples/with-tailwindcss.tar.zst astro-examples/with-tailwindcss.zip |
Sync from 0947a69192ad6820970902c7c951fb0cf31fcf4bexamples/with-tailwindcss
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..8b512bb7f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Astro with Tailwind + +```sh +npm create astro@latest -- --template with-tailwindcss +``` + +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss) +[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-tailwindcss) +[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/with-tailwindcss/devcontainer.json) + +Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind. + +For complete setup instructions, please see our [Tailwind Integration Guide](https://docs.astro.build/en/guides/integrations-guide/tailwind). |