Skip to content

Commit

Permalink
docs: rename dart-sass to sass (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 30, 2018
1 parent a7bf7c0 commit 472d09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ use Dart Sass, you'd pass:
{
loader: "sass-loader",
options: {
implementation: require("dart-sass")
implementation: require("sass")
}
}
// ...
Expand Down Expand Up @@ -125,7 +125,7 @@ module.exports = {
}, {
loader: "sass-loader",
options: {
implementation: require("dart-sass"),
implementation: require("sass"),
fiber: Fiber
}
}]
Expand Down

0 comments on commit 472d09a

Please sign in to comment.