summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2025-05-02 12:07:10 +0200
committerGitHub2025-05-02 12:07:10 +0200
commit6b8cb48a0e798f78e80933befc7bb8d62f035f7d (patch)
tree4fc85b335e373d37771dfbb2047ddcc668763703
parent9e70905f2d825987f0b4afd57d29808dfcb80e80 (diff)
downloadIT.starlight-6b8cb48a0e798f78e80933befc7bb8d62f035f7d.tar.gz
IT.starlight-6b8cb48a0e798f78e80933befc7bb8d62f035f7d.tar.bz2
IT.starlight-6b8cb48a0e798f78e80933befc7bb8d62f035f7d.zip
docs: update Tailwind manual installation instructions (#3170)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--docs/src/content/docs/guides/css-and-tailwind.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/guides/css-and-tailwind.mdx b/docs/src/content/docs/guides/css-and-tailwind.mdx
index bd0bed49..0808d7de 100644
--- a/docs/src/content/docs/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/guides/css-and-tailwind.mdx
@@ -182,7 +182,7 @@ If you already have a Starlight site and want to add Tailwind CSS, follow these
@import 'tailwindcss/utilities.css' layer(utilities);
```
-4. Update the Starlight config to use the Tailwind CSS file:
+4. Update the Starlight config to add the Tailwind CSS file as the first item in the `customCss` array:
```js ins={11-12}
// astro.config.mjs