Skip to content

Commit

Permalink
Merge pull request sass#176 from aaronjensen/patch-1
Browse files Browse the repository at this point in the history
Add note about indented syntax to readme
  • Loading branch information
dlmanning committed Jan 26, 2015
2 parents 055a44f + 129d5a8 commit f02d067
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f02d067

Please # to comment.