From 129d5a830f7f2cdb7beb6a31cf2c8c3df860523c Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Tue, 20 Jan 2015 22:29:38 -0800 Subject: [PATCH] Add note about indented syntax to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e58cf01..74a8a2a 100644 --- a/README.md +++ b/README.md @@ -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