You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,12 @@ or
60
60
pnpm add -D postcss-loader postcss
61
61
```
62
62
63
+
or
64
+
65
+
```console
66
+
bun add -D postcss-loader postcss
67
+
```
68
+
63
69
Then add the plugin to your `webpack` config. For example:
64
70
65
71
> 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