Update Readme to clarify that `data` is not passed to node-sass

master
Chang Wang 2016-02-15 05:01:16 -05:00 committed by Chang Wang
parent 06dd57a797
commit 206829038c
1 changed files with 1 additions and 1 deletions

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: