From d989503eedbdbffb72ddb77f741c5118df97b19f Mon Sep 17 00:00:00 2001 From: sadan4 <117494111+sadan4@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:19:38 -0400 Subject: [PATCH] Update sass options documentation link The old link lead to deprecated types not used by this project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d18a7a..19c98cd 100644 --- a/README.md +++ b/README.md @@ -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'`.