Skip to content

Commit

Permalink
specifically added ie11 to postcss coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 21, 2017
1 parent 72ec81a commit 8bf0c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
plugins: [
precss,
autoprefixer({
browsers: ['> 1%', 'last 3 versions']
browsers: ['> 1%', 'ie >= 11', 'last 3 versions']
})
]
}

0 comments on commit 8bf0c42

Please sign in to comment.