You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/5.configuration-glossary/5.configuration-css.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,13 @@ In case you want to use `sass` make sure that you have installed `sass` and `sas
15
15
16
16
::code-group
17
17
```sh [Yarn]
18
-
yarn add --dev sass sass-loader@10 fibers
18
+
yarn add --dev sass sass-loader@10
19
19
```
20
20
```sh [NPM]
21
-
npm install --save-dev sass sass-loader@10 fibers
21
+
npm install --save-dev sass sass-loader@10
22
22
```
23
23
::
24
24
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.
0 commit comments