Skip to content

Commit

Permalink
dartsass: Add missing OutputStyle option
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Dec 31, 2020
1 parent 1f7e9f7 commit 428b0b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 428b0b3

Please sign in to comment.