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:
Diffstat (limited to '.browserslistrc')
-rw-r--r--.browserslistrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.browserslistrc b/.browserslistrc
index c17ce9049c..122986c8eb 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -5,7 +5,9 @@ last 1 major version
not dead
Chrome >= 60
Firefox >= 60
-Edge >= 16
+# needed since Legacy Edge still has usage; 79 was the first Chromium Edge version
+# should be removed in the future when its usage drops or when it's moved to dead browsers
+not Edge < 79
iOS >= 10
Safari >= 10
Android >= 6