Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-06-23 09:18:27 +0300
committerGitHub <noreply@github.com>2020-06-23 09:18:27 +0300
commit9882de80794ea09b7efe4e45f9d7077306a18cb1 (patch)
tree96b1fcd974e25f14da314bcdc9f273ab11984730 /.browserslistrc
parent4fb01c34d79d60c97ec0ee40ac979a362d9937f8 (diff)
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 ab6f9ffa2e..c17ce9049c 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