Skip to content

Commit cf85fd9

Browse files
update readme
1 parent 588b993 commit cf85fd9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ Though the `sourceMapContents` is not required, I recommend adding it, otherwise
111111
manually serve up your `.scss` files along with your compiled `.css` files when you publish your
112112
site.
113113

114+
## .sass files
115+
116+
As of version [v1.2](https://github.com/stevenschobert/metalsmith-sass/releases/v1.2.0),
117+
metalsmith-sass automatically handles `.sass` files, so you don't need to specify the `indentedSyntax`
118+
option. Though you might still need set options for `indentType` and `indentWidth` if you are
119+
using something other than 2 spaces for indentation.
120+
114121
## Credits
115122

116123
Thanks to [Segment.io](http://github.com/segmentio) for creating and open-sourcing

0 commit comments

Comments
 (0)