Skip to content

Commit

Permalink
Try to make hot fix for postcss-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 18, 2019
1 parent de93a25 commit bfe0654
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,13 @@ var QUERIES = [
return browserslist(browserslist.defaults)
}
},
{
regexp: /^android all$/i,
select: function () {
/* istanbul ignore next */
return []
}
},
{
regexp: /^dead$/i,
select: function (context) {
Expand Down

0 comments on commit bfe0654

Please sign in to comment.