Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 29, 2020
1 parent 21becd4 commit 474661a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/autoprefixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ module.exports = postcss.plugin('autoprefixer', (...reqs) => {

let brwlstOpts = {
ignoreUnknownVersions: options.ignoreUnknownVersions,
stats: options.stats
stats: options.stats,
env: options.env
}

function loadPrefixes (opts) {
Expand Down
1 change: 0 additions & 1 deletion lib/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class Browsers {
opts[i] = this.browserslistOpts[i]
}
opts.path = this.options.from
opts.env = this.options.env
return browserslist(requirements, opts)
}

Expand Down

0 comments on commit 474661a

Please sign in to comment.