]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update .browserslistrc (#31124)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 23 Jun 2020 06:18:27 +0000 (09:18 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 06:18:27 +0000 (09:18 +0300)
* remove ExplorerMobile since it's included in `dead` browsers
* change Edge to >= 16 otherwise browserslist seems to include >= 17

.browserslistrc

index ab6f9ffa2efb1da189890fcc3526a2dc76a94a2d..c17ce9049c9cdf827dd3d29ce1c4540d4898d97a 100644 (file)
@@ -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