]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update our browserslist config (#30986)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 2 Dec 2020 04:53:12 +0000 (06:53 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 04:53:12 +0000 (06:53 +0200)
Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`

.browserslistrc

index 122986c8eb326462ab4682b9ab0e35877f76e391..b8e384bc990e72895954c3739702ed812c828bdb 100644 (file)
@@ -1,13 +1,14 @@
 # https://github.com/browserslist/browserslist#readme
 
->= 1%
-last 1 major version
+>= 0.5%
+last 2 major versions
 not dead
 Chrome >= 60
 Firefox >= 60
 # 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
+Firefox ESR
 iOS >= 10
 Safari >= 10
 Android >= 6