diff --git a/README.md b/README.md index 7f14c016..fcd12b93 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Then you only need to write: `require("./file.scss")`. ### Sass options -You can pass options to node-sass by defining a `sassLoader`-property on your `webpack.config.js`. See [node-sass](https://github.com/andrew/node-sass) for all available options. +You can pass options to node-sass by defining a `sassLoader`-property on your `webpack.config.js`. See [node-sass](https://github.com/andrew/node-sass) for all available options. Hint: If you want to compile `.sass` instead of `.scss` files, set the property `indentedSyntax` to true. ``` javascript module.exports = {