forked from understrap/understrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.browserslistrc
56 lines (48 loc) · 1.22 KB
/
.browserslistrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Please see https://github.com/browserslist/browserslist for more info
# These settings can be changed depending on what browsers your project is supporting
#
# BOOTSTRAP 4
#
[bs4]
# General rules
last 2 major version and not dead
>= 0.01%
# Explicit inclusions
# See https://getbootstrap.com/docs/4.6/getting-started/browsers-devices/
>= 1%
last 1 major version
not dead
Chrome >= 45
Firefox ESR
Firefox >= 38
Edge >= 12
Explorer >= 10
iOS >= 9
Safari >= 9
Android >= 4.4
Opera >= 30
# Explicit exclusions
# See https://caniuse.com/?search=flex
# See https://developer.mozilla.org/en-US/docs/Web/CSS/flex
not Chrome < 22 # no support for flex-basis, flex-shrink, flex-grow
not Firefox < 28 # no support for multi-line flexbox
not Explorer < 10 # no flexbox support
not iOS < 8 # no support for flex-shrink
not Safari < 8 # no support for flex-shrink
not Opera < 12.1 # no flexbox support
not OperaMobile < 12.1 # no flexbox support
not Android < 4.4 # no flexbox support
#
# BOOTSTRAP 5
# See https://getbootstrap.com/docs/5.1/getting-started/browsers-devices/
#
[bs5]
>= 0.5%
last 2 major versions
not dead
Chrome >= 60
Firefox >= 60
Firefox ESR
iOS >= 12
Safari >= 12
not Explorer <= 11