Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ This is experimental, and may not always work as expected. It currently supports
| Option | Default value | Description |
| -------- | ------------- | ------------------------------------------------------------------------------------ |
| `less` | `{}` | Set [renderer options for Less](http://lesscss.org/usage/#less-options). |
| `sass` | `{}` | Set [renderer options for Sass](https://sass-lang.com/documentation/js-api#options). |
| `sass` | `{}` | Set [renderer options for Sass](https://sass-lang.com/documentation/js-api/interfaces/options/). |
| `stylus` | `{}` | Set [renderer options for Stylus](https://stylus.bootcss.com/docs/js.html). |

> For convenience, `loadPaths` for Sass are extended, not replaced. The defaults are the path of the current file, and `'node_modules'`.
Expand Down