Skip to content

Commit 97ae35d

Browse files
committed
Update html.md
1 parent 1ea14f4 commit 97ae35d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/bundler/html.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,14 @@ The dev server supports plugins.
157157

158158
### Tailwind CSS
159159

160-
To use TailwindCSS, add the plugin to your `bunfig.toml`:
160+
To use TailwindCSS, install the `bun-plugin-tailwind` plugin:
161+
162+
```bash
163+
# Or any npm client
164+
$ bun install --dev bun-plugin-tailwind
165+
```
166+
167+
Then, add the plugin to your `bunfig.toml`:
161168

162169
```toml
163170
[serve.static]

0 commit comments

Comments
 (0)