chore: remove node-sass (#605)

This commit is contained in:
Dan Ribbens
2022-06-08 11:36:33 -04:00
committed by GitHub
parent bf0fe090ab
commit 7fe2fece6c
3 changed files with 21 additions and 381 deletions

View File

@@ -35,16 +35,6 @@ You can specify your own SCSS variable stylesheet that will allow for the overri
To do so, provide your base Payload config with a path to your own SCSS variable sheet.
**NOTE: Before you start editing your SCSS file, make sure you install 'sass-loader' & 'node-sass' as dev dependencies.**
**Node**
```
npm install sass-loader node-sass --save-dev
```
**YARN**
```
yarn add sass-loader node-sass --save-dev
```
**Example in payload.config.js:**
```js
import { buildConfig } from 'payload/config';