Skip to content

Commit b090a1b

Browse files
authored
chore: update readme to include bun install
1 parent 3bafede commit b090a1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ or
6060
pnpm add -D postcss-loader postcss
6161
```
6262

63+
or
64+
65+
```console
66+
bun add -D postcss-loader postcss
67+
```
68+
6369
Then add the plugin to your `webpack` config. For example:
6470

6571
> In the following configuration the plugin [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) is used, which is not installed by default.

0 commit comments

Comments
 (0)