Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 20, 2024
1 parent 4171887 commit 4e3f2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install lightningcss --save-dev
[Sass](https://sass-lang.com/) is supported out of the box. Just like with Lightning CSS you don't have to install Sass as a dependency, but it is recommended.

```bash
npm install lightningcss --save-dev
npm install sass --save-dev
```

Note that compiled Sass is processed with LightningCSS afterwards, so if you plan on only processing scss files it is recommended to install both Lightning CSS & Sass.
Expand Down

0 comments on commit 4e3f2d7

Please sign in to comment.