diff options
author | 2023-04-04 15:00:02 +0200 | |
---|---|---|
committer | 2023-04-04 21:00:02 +0800 | |
commit | 66f9de56eee0104436b07cb8257cc09db27f3690 (patch) | |
tree | f9a348db7e21b56c3a6166accd07d66b33e0caf3 | |
parent | a2dc9d48bc048e66d9419045149ea0a5b2541bb1 (diff) | |
download | astro-66f9de56eee0104436b07cb8257cc09db27f3690.tar.gz astro-66f9de56eee0104436b07cb8257cc09db27f3690.tar.zst astro-66f9de56eee0104436b07cb8257cc09db27f3690.zip |
Fix broken links in TailwindCSS section (#6747)
-rw-r--r-- | packages/integrations/tailwind/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index ef205fc87..cb8bef00e 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -137,9 +137,9 @@ You can now [import your own `base.css` as a local stylesheet](https://docs.astr ## Examples - The [Astro Tailwind Starter](https://github.com/withastro/astro/tree/latest/examples/with-tailwindcss?on=github) gets you up and running with a base for your project that uses Tailwind for styling -- Astro's homepage uses Tailwind. Check out its [Tailwind configuration file](https://github.com/withastro/astro.build/blob/main/tailwind.config.cjs) or an [example component](https://github.com/withastro/astro.build/blob/main/src/components/IntegrationCard.astro) +- Astro's homepage uses Tailwind. Check out its [Tailwind configuration file](https://github.com/withastro/astro.build/blob/main/tailwind.config.cjs) or an [example component](https://github.com/withastro/astro.build/blob/main/src/components/Checkbox.astro) - The [Astro Ink](https://github.com/one-aalam/astro-ink), [Sarissa Blog](https://github.com/iozcelik/SarissaBlogAstroStarter), and [Creek](https://github.com/robertguss/Astro-Theme-Creek) themes use Tailwind for styling -- [Browse Astro Tailwind projects on GitHub](https://github.com/search?q=%22%40astrojs%2Ftailwind%22+filename%3Apackage.json&type=Code) for more examples! +- [Browse Astro Tailwind projects on GitHub](https://github.com/search?q=%22%40astrojs%2Ftailwind%22%3A+path%3A%2Fpackage.json&type=code) for more examples! ## Troubleshooting |