Skip to content

Commit

Permalink
Encourage installation of sass as a devDep (#35323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Mar 15, 2022
1 parent 7891645 commit ed1eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/built-in-css-support.md
Expand Up @@ -153,7 +153,7 @@ You can use component-level Sass via CSS Modules and the `.module.scss` or `.mod
Before you can use Next.js' built-in Sass support, be sure to install [`sass`](https://github.com/sass/sass):

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

Sass support has the same benefits and restrictions as the built-in CSS support detailed above.
Expand Down

0 comments on commit ed1eeda

Please sign in to comment.