From ab7668b4d4fca8fba9d99cff010cc1bc5eb3e1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 18 Nov 2024 10:04:37 +0100 Subject: [PATCH] dartsass: Add silenceDeprecations option Fixes #13045 --- content/en/functions/css/Sass.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/functions/css/Sass.md b/content/en/functions/css/Sass.md index 328037bb9..793c0c1ac 100644 --- a/content/en/functions/css/Sass.md +++ b/content/en/functions/css/Sass.md @@ -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].