Skip to content

Commit d989503

Browse files
authored
Update sass options documentation link
The old link lead to deprecated types not used by this project
1 parent 1a29764 commit d989503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ This is experimental, and may not always work as expected. It currently supports
235235
| Option | Default value | Description |
236236
| -------- | ------------- | ------------------------------------------------------------------------------------ |
237237
| `less` | `{}` | Set [renderer options for Less](http://lesscss.org/usage/#less-options). |
238-
| `sass` | `{}` | Set [renderer options for Sass](https://sass-lang.com/documentation/js-api#options). |
238+
| `sass` | `{}` | Set [renderer options for Sass](https://sass-lang.com/documentation/js-api/interfaces/options/). |
239239
| `stylus` | `{}` | Set [renderer options for Stylus](https://stylus.bootcss.com/docs/js.html). |
240240

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

0 commit comments

Comments
 (0)