dartsass: Add silenceDeprecations option

Fixes #13045
This commit is contained in:
Bjørn Erik Pedersen 2024-11-18 10:04:37 +01:00
parent 1fd845eee4
commit 3b6eaf9b1f
7 changed files with 57 additions and 2 deletions

View file

@ -86,6 +86,9 @@ includePaths
{{ end }}
```
silenceDeprecations
: (`slice`) {{< new-in 0.139.0 >}} A slice of deprecation IDs to silence. The deprecation IDs are printed to in the warning message, e.g "import" in `WARN Dart Sass: DEPRECATED [import] ...`. This is for Dart Sass only.
## Dart Sass
The extended version of Hugo includes [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].