Skip to content

Commit

Permalink
fix(workflow-settings): support only IE11+
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Apr 26, 2018
1 parent cb6a56e commit 21cb79a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/workflow-settings/webpack/loader-postcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
plugins: () => [
postcssFocus(),
cssnext({
// React doesn't support IE8 anyway
browsers: ['>1%', 'last 4 versions', 'Firefox ESR', 'not ie < 9']
browsers: ['>1%', 'last 4 versions', 'Firefox ESR', 'not ie < 11']
}),
postcssReporter({
clearMessages: true
Expand Down

0 comments on commit 21cb79a

Please sign in to comment.