From 97ae35dfdef19a152820d569fe83f229374eb26b Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 3 Feb 2025 04:05:36 -0800 Subject: [PATCH] Update html.md --- docs/bundler/html.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/bundler/html.md b/docs/bundler/html.md index b62b6f601b773f..0edee9835f3358 100644 --- a/docs/bundler/html.md +++ b/docs/bundler/html.md @@ -157,7 +157,14 @@ The dev server supports plugins. ### Tailwind CSS -To use TailwindCSS, add the plugin to your `bunfig.toml`: +To use TailwindCSS, install the `bun-plugin-tailwind` plugin: + +```bash +# Or any npm client +$ bun install --dev bun-plugin-tailwind +``` + +Then, add the plugin to your `bunfig.toml`: ```toml [serve.static]