hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 428b0b32947ec16f8585b8c33548d72fd4fb025d
parent 1f7e9f733397b891cefc725ffc94ba901e70425a
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu, 31 Dec 2020 10:49:39 +0100

dartsass: Add missing OutputStyle option

Diffstat:
Mresources/resource_transformers/tocss/dartsass/transform.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/resources/resource_transformers/tocss/dartsass/transform.go b/resources/resource_transformers/tocss/dartsass/transform.go
@@ -82,6 +82,7 @@ func (t *transform) Transform(ctx *resources.ResourceTransformationCtx) error {
 			baseDir: baseDir,
 			c:       t.c,
 		},
+		OutputStyle:     godartsass.ParseOutputStyle(opts.OutputStyle),
 		EnableSourceMap: opts.EnableSourceMap,
 	}