aboutsummaryrefslogtreecommitdiff
path: root/.browserslistrc
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-23 09:18:27 +0300
committerGitHub <[email protected]>2020-06-23 09:18:27 +0300
commit9882de80794ea09b7efe4e45f9d7077306a18cb1 (patch)
tree96b1fcd974e25f14da314bcdc9f273ab11984730 /.browserslistrc
parent4fb01c34d79d60c97ec0ee40ac979a362d9937f8 (diff)
downloadbootstrap-9882de80794ea09b7efe4e45f9d7077306a18cb1.tar.xz
bootstrap-9882de80794ea09b7efe4e45f9d7077306a18cb1.zip
Update .browserslistrc (#31124)
* remove ExplorerMobile since it's included in `dead` browsers * change Edge to >= 16 otherwise browserslist seems to include >= 17
Diffstat (limited to '.browserslistrc')
-rw-r--r--.browserslistrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.browserslistrc b/.browserslistrc
index ab6f9ffa2..c17ce9049 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -5,9 +5,8 @@ last 1 major version
not dead
Chrome >= 60
Firefox >= 60
-Edge >= 16.16299
+Edge >= 16
iOS >= 10
Safari >= 10
Android >= 6
not Explorer <= 11
-not ExplorerMobile <= 11