Skip to content

Commit df1963c

Browse files
authored
docs: add yarn and pnpm installation commands (#564)
1 parent 1422b44 commit df1963c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ To begin, you'll need to install `postcss-loader` and `postcss`:
4949
npm install --save-dev postcss-loader postcss
5050
```
5151

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+
5264
Then add the plugin to your `webpack` config. For example:
5365

5466
> 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)