Skip to content

Commit a6efb61

Browse files
authored
docs: remove fibers dependency recommendation (#1966)
1 parent 70dd664 commit a6efb61

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

content/en/docs/5.configuration-glossary/5.configuration-css.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ In case you want to use `sass` make sure that you have installed `sass` and `sas
1515

1616
::code-group
1717
```sh [Yarn]
18-
yarn add --dev sass sass-loader@10 fibers
18+
yarn add --dev sass sass-loader@10
1919
```
2020
```sh [NPM]
21-
npm install --save-dev sass sass-loader@10 fibers
21+
npm install --save-dev sass sass-loader@10
2222
```
2323
::
2424

25-
::alert{type="info"}
26-
Synchronous compilation with `sass` (2x speed increase) [is enabled automatically](https://github.com/webpack-contrib/sass-loader) when `fibers` is installed.
27-
::
28-
2925
- Type: `Array`
3026
- Items: `string`
3127

0 commit comments

Comments
 (0)