Skip to content

Commit 6073e48

Browse files
committed
Shallow copy options object
1 parent d71fda9 commit 6073e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function css(css, file) {
180180
return rc(ctx, argv.config)
181181
.then(config => {
182182
config = config || cliConfig
183-
const options = config.options
183+
const options = Object.assign({}, config.options)
184184

185185
if (file === 'stdin' && output) file = output
186186

0 commit comments

Comments
 (0)