mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
dartsass: Add missing OutputStyle option
This commit is contained in:
@@ -82,6 +82,7 @@ func (t *transform) Transform(ctx *resources.ResourceTransformationCtx) error {
|
|||||||
baseDir: baseDir,
|
baseDir: baseDir,
|
||||||
c: t.c,
|
c: t.c,
|
||||||
},
|
},
|
||||||
|
OutputStyle: godartsass.ParseOutputStyle(opts.OutputStyle),
|
||||||
EnableSourceMap: opts.EnableSourceMap,
|
EnableSourceMap: opts.EnableSourceMap,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user