Skip to content

Commit

Permalink
Merge pull request #441 from cheapsteak/patch-2
Browse files Browse the repository at this point in the history
Update Readme to clarify that `data` is not passed to node-sass
  • Loading branch information
xzyfer committed Feb 15, 2016
2 parents 06dd57a + 2068290 commit fa90705
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 @@ -52,7 +52,7 @@ gulp.task('sass:watch', function () {

## Options

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 `node-sass`.
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 `node-sass`. Except for the `data` option which is used by gulp-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 fa90705

Please sign in to comment.