dartsass: Add missing OutputStyle option

This commit is contained in:
Bjørn Erik Pedersen
2020-12-31 10:49:39 +01:00
parent 1f7e9f7333
commit 428b0b3294

View File

@@ -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,
}