docs: update docusaurus-plugin-sass instructions (#5352)

The `docusaurus-plugin-sass` plugin has `sass` as a peer dependency, so you
need to install that package as well, as per their README.
This commit is contained in:
Erick Zhao 2021-08-13 03:47:13 -07:00 committed by GitHub
parent 295e77cc09
commit c76dfb8a2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ To use Sass/SCSS as your CSS preprocessor, install the unofficial Docusaurus 2 p
1. Install [`docusaurus-plugin-sass`](https://github.com/rlamana/docusaurus-plugin-sass):
```bash npm2yarn
npm install --save docusaurus-plugin-sass
npm install --save docusaurus-plugin-sass sass
```
2. Include the plugin in your `docusaurus.config.js` file: