Merge pull request #441 from cheapsteak/patch-2

Update Readme to clarify that `data` is not passed to node-sass
This commit is contained in:
Michael Mifsud 2016-02-15 21:15:32 +11:00
commit fa90705182

View file

@ -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: