Skip to content

Commit

Permalink
Don't share global options object for calls to PostCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jönsson committed Aug 18, 2017
1 parent 0ac612c commit 484d47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function css(css, file) {

return rc(ctx, argv.config)
.then(() => {
const options = config.options
const options = Object.assign({}, config.options)

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

Expand Down

0 comments on commit 484d47d

Please sign in to comment.