diff --git a/README.md b/README.md index 31a31f13..97b96fa1 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ or pnpm add -D postcss-loader postcss ``` +or + +```console +bun add -D postcss-loader postcss +``` + Then add the plugin to your `webpack` config. For example: > In the following configuration the plugin [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) is used, which is not installed by default.