mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
dartsass: Add missing OutputStyle option
This commit is contained in:
parent
1f7e9f7333
commit
428b0b3294
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue