aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-11-18 10:04:37 +0100
committerBjørn Erik Pedersen <[email protected]>2024-11-18 13:41:12 +0100
commit3b6eaf9b1f128b36fe25478b2e7c4d8463e5ab58 (patch)
tree6b22933db13ee7564c04f5daa8497754eccd6005 /docs
parent1fd845eee4d2d0dc264c0f45471815d00160f7dc (diff)
downloadhugo-3b6eaf9b1f128b36fe25478b2e7c4d8463e5ab58.tar.gz
hugo-3b6eaf9b1f128b36fe25478b2e7c4d8463e5ab58.zip
dartsass: Add silenceDeprecations option
Fixes #13045
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/functions/css/Sass.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/en/functions/css/Sass.md b/docs/content/en/functions/css/Sass.md
index 328037bb9..793c0c1ac 100644
--- a/docs/content/en/functions/css/Sass.md
+++ b/docs/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].