mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-17 00:31:30 -04:00
dartsass: Add missing OutputStyle option
This commit is contained in:
parent
1f7e9f7333
commit
428b0b3294
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user