Add note about indented syntax to readme

release/2.0.1
Aaron Jensen 2015-01-20 22:29:38 -08:00
parent 055a44f8ab
commit 129d5a830f
1 changed files with 3 additions and 1 deletions

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