From b090a1bbaadd51469cdac71c35c951daf76cdbfa Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 6 Mar 2025 12:43:39 -0800 Subject: [PATCH] chore: update readme to include bun install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.