Add note about indented syntax to readme

This commit is contained in:
Aaron Jensen 2015-01-20 22:29:38 -08:00
parent 055a44f8ab
commit 129d5a830f

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 ## gulp-sass specific options