Skip to content

Commit

Permalink
Fix link text referring to node-sass options.
Browse files Browse the repository at this point in the history
This was accidentally changed in a previous commit when changing references to node-sass to dart-sass.
  • Loading branch information
david-fong authored and mattdsteele committed Oct 1, 2020
1 parent 1392e03 commit 3ab85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gulp.task('sass:watch', function () {

## Options

Pass in options just like you would for [`dart-sass`](https://github.com/sass/node-sass#options); they will be passed along just as if you were using `dart-sass`. Except for the `data` option which is used by gulp-dart-sass internally. Using the `file` option is also unsupported and results in undefined behaviour that may change without notice.
Pass in options just like you would for [`node-sass`](https://github.com/sass/node-sass#options); they will be passed along just as if you were using `dart-sass`. Except for the `data` option which is used by gulp-dart-sass internally. Using the `file` option is also unsupported and results in undefined behaviour that may change without notice.

For example:

Expand Down

0 comments on commit 3ab85fa

Please sign in to comment.