1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Update our browserslist config (#30986)

Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`
This commit is contained in:
XhmikosR
2020-12-02 06:53:12 +02:00
committed by GitHub
parent 9a4692d4e3
commit bb369ca813

View File

@@ -1,13 +1,14 @@
# https://github.com/browserslist/browserslist#readme # https://github.com/browserslist/browserslist#readme
>= 1% >= 0.5%
last 1 major version last 2 major versions
not dead not dead
Chrome >= 60 Chrome >= 60
Firefox >= 60 Firefox >= 60
# needed since Legacy Edge still has usage; 79 was the first Chromium Edge version # 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 # should be removed in the future when its usage drops or when it's moved to dead browsers
not Edge < 79 not Edge < 79
Firefox ESR
iOS >= 10 iOS >= 10
Safari >= 10 Safari >= 10
Android >= 6 Android >= 6