From 206829038cf6ad188827f7265e9da1844eb4fedc Mon Sep 17 00:00:00 2001 From: Chang Wang Date: Mon, 15 Feb 2016 05:01:16 -0500 Subject: [PATCH] Update Readme to clarify that `data` is not passed to node-sass --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f3e80..2eaec57 100644 --- a/README.md +++ b/README.md @@ -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: