summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes/scss-sass.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/hugo-pipes/scss-sass.md')
-rwxr-xr-xdocs/content/en/hugo-pipes/scss-sass.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/en/hugo-pipes/scss-sass.md b/docs/content/en/hugo-pipes/scss-sass.md
index 169c473d2..4e39207fa 100755
--- a/docs/content/en/hugo-pipes/scss-sass.md
+++ b/docs/content/en/hugo-pipes/scss-sass.md
@@ -29,6 +29,9 @@ transpiler [string]
targetPath [string]
: If not set, the resource's target path will be the asset file original path with its extension replaced by `.css`.
+vars [map]
+: Map of key/value pairs that will be available in the `hugo:vars` namespace, e.g. with `@use "hugo:vars" as v;` or (globally) with `@import "hugo:vars";` {{< new-in "0.109.0" >}}
+
outputStyle [string]
: Default is `nested` (LibSass) and `expanded` (Dart Sass). Other available output styles for LibSass are `expanded`, `compact` and `compressed`. Dart Sass only supports `expanded` and `compressed`.