From c76dfb8a2c2c7785d919d96c15939f241bf1ec20 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Fri, 13 Aug 2021 03:47:13 -0700 Subject: [PATCH] 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. --- website/docs/styling-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/styling-layout.md b/website/docs/styling-layout.md index 388bc3bad3..b50a860324 100644 --- a/website/docs/styling-layout.md +++ b/website/docs/styling-layout.md @@ -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: