Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <[email protected]>
  • Loading branch information
Timer and ijjk authored Aug 20, 2020
1 parent e242394 commit 5bf5d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/duplicate-sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Your project has a direct dependency on both `sass` and `node-sass`, two
different package that both compile Sass files!

Next.js will only use one of these, so it is suggest you remove one or the
Next.js will only use one of these, so it is suggested you remove one or the
other.

#### Possible Ways to Fix It

The `sass` package is a modern implementation of Sass in JavaScript that
supports all the new features and does not require any native dependency.
supports all the new features and does not require any native dependencies.

Since `sass` is now the canonical implementation, we suggest removing the older
`node-sass` package, which should speed up your builds and project install time.
Expand Down

0 comments on commit 5bf5d3f

Please sign in to comment.