Skip to content

Commit af0014e

Browse files
authored
Update scss-sass.md
1 parent 1c43bbb commit af0014e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/hugo-pipes/scss-sass.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ transpiler [string]
2929
targetPath [string]
3030
: If not set, the resource's target path will be the asset file original path with its extension replaced by `.css`.
3131

32+
vars [map]
33+
: 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" >}}
34+
3235
outputStyle [string]
3336
: 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`.
3437

0 commit comments

Comments
 (0)