Skip to content

Commit

Permalink
Fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Jan 2, 2025
1 parent 2a27f2b commit 3c7e280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ and the [Dart Sass documentation](https://sass-lang.com/documentation/js-api/int
| `alert_color`* | `Boolean` | If `true`, Dart Sass will use ANSI color escape codes in its error and warning messages (default `false`). |
| `verbose`* | `Boolean` | By default (`false`) Dart Sass logs up to five occurrences of each deprecation warning. Setting to `true` removes this limit. |
| `quiet_deps`* | `Boolean` | If `true`, Dart Sass won’t print warnings that are caused by dependencies (default `false`). |
| `silence_deprecations`* | `Array<String>` | An array of active deprecations to ignore. Refer to (deprecations)[dartsass-deprecations]. |
| `fatal_deprecations`* | `Array<String>` | An array of deprecations to treat as fatal. Refer to (deprecations)[dartsass-deprecations]. |
| `future_deprecations`* | `Array<String>` | An array of future deprecations to opt-into early. Refer to (deprecations)[dartsass-deprecations]. |
| `silence_deprecations`* | `Array<String>` | An array of active deprecations to ignore. Refer to [Dart Sass deprecations](dartsass-deprecations). |
| `fatal_deprecations`* | `Array<String>` | An array of deprecations to treat as fatal. Refer to [Dart Sass deprecations](dartsass-deprecations). |
| `future_deprecations`* | `Array<String>` | An array of future deprecations to opt-into early. Refer to [Dart Sass deprecations](dartsass-deprecations). |
| `importers`* | `Array<Object>` | Custom importers to use when resolving `@import` directives. |

When changing config options in Development environment, you may need to clear
Expand Down

0 comments on commit 3c7e280

Please sign in to comment.