diff options
author | 2023-09-18 10:41:38 +0100 | |
---|---|---|
committer | 2023-09-18 17:41:38 +0800 | |
commit | c9bbd304cac3cf1e95244fdc853bbea387929181 (patch) | |
tree | a1445384d45630fdf8e6e52c011b140deb29818d | |
parent | 95b5f6280d124f8d6f866dc3286406c272ee91bf (diff) | |
download | astro-c9bbd304cac3cf1e95244fdc853bbea387929181.tar.gz astro-c9bbd304cac3cf1e95244fdc853bbea387929181.tar.zst astro-c9bbd304cac3cf1e95244fdc853bbea387929181.zip |
Tailwind configuration file changed from `cjs` to `ts` (#8583)
-rw-r--r-- | packages/integrations/tailwind/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md index 635b2cb83..8634d4b16 100644 --- a/packages/integrations/tailwind/README.md +++ b/packages/integrations/tailwind/README.md @@ -140,7 +140,7 @@ 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/Checkbox.astro) +- Astro's homepage uses Tailwind. Check out its [Tailwind configuration file](https://github.com/withastro/astro.build/blob/main/tailwind.config.ts) 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%3A+path%3A%2Fpackage.json&type=code) for more examples! |