aboutsummaryrefslogtreecommitdiff
path: root/.browserslistrc
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-10-26 16:09:07 +0200
committerXhmikosR <[email protected]>2020-11-05 15:37:34 +0200
commite8f1709adfd79bd8a9dd1e99b240edd39fd91d11 (patch)
treeaba9be3fd639078ef818e63eccc730d1036171e8 /.browserslistrc
parent0766a096055a4f34c795e77f0e5c024310d20ef4 (diff)
downloadbootstrap-e8f1709adfd79bd8a9dd1e99b240edd39fd91d11.tar.xz
bootstrap-e8f1709adfd79bd8a9dd1e99b240edd39fd91d11.zip
Drop Legacy Edge support.
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
Diffstat (limited to '.browserslistrc')
-rw-r--r--.browserslistrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.browserslistrc b/.browserslistrc
index c17ce9049..122986c8e 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