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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,18 @@ To begin, you'll need to install `postcss-loader` and `postcss`:
49
49
npm install --save-dev postcss-loader postcss
50
50
```
51
51
52
+
or
53
+
54
+
```console
55
+
yarn add -D postcss-loader postcss
56
+
```
57
+
58
+
or
59
+
60
+
```console
61
+
pnpm add -D postcss-loader postcss
62
+
```
63
+
52
64
Then add the plugin to your `webpack` config. For example:
53
65
54
66
> 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