Skip to content

Commit

Permalink
Update html.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Feb 3, 2025
1 parent 1ea14f4 commit 97ae35d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/bundler/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 97ae35d

Please sign in to comment.