From: XhmikosR Date: Tue, 23 Jun 2020 06:18:27 +0000 (+0300) Subject: Update .browserslistrc (#31124) X-Git-Tag: v5.0.0-alpha2~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9882de80794ea09b7efe4e45f9d7077306a18cb1;p=thirdparty%2Fbootstrap.git Update .browserslistrc (#31124) * remove ExplorerMobile since it's included in `dead` browsers * change Edge to >= 16 otherwise browserslist seems to include >= 17 --- 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