Merge pull request #176 from aaronjensen/patch-1

Add note about indented syntax to readme
This commit is contained in:
David Manning 2015-01-25 18:07:41 -08:00
commit f02d06799a

View file

@ -26,7 +26,9 @@ gulp.task('sass', function () {
});
```
Options passed as a hash into `sass()` will be passed along to [`node-sass`](https://github.com/sass/node-sass)
Options passed as a hash into `sass()` will be passed along to [`node-sass`](https://github.com/sass/node-sass).
If you want to use the indented syntax (`.sass`) as the top level file, use `sass({indentedSyntax: true})`.
## gulp-sass specific options