Skip to content

Commit 474661a

Browse files
committed
Clean up code
1 parent 21becd4 commit 474661a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/autoprefixer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ module.exports = postcss.plugin('autoprefixer', (...reqs) => {
9494

9595
let brwlstOpts = {
9696
ignoreUnknownVersions: options.ignoreUnknownVersions,
97-
stats: options.stats
97+
stats: options.stats,
98+
env: options.env
9899
}
99100

100101
function loadPrefixes (opts) {

lib/browsers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class Browsers {
5151
opts[i] = this.browserslistOpts[i]
5252
}
5353
opts.path = this.options.from
54-
opts.env = this.options.env
5554
return browserslist(requirements, opts)
5655
}
5756

0 commit comments

Comments
 (0)