diff options
| author | XhmikosR <[email protected]> | 2021-03-22 23:02:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-22 23:02:10 +0200 |
| commit | d9da43f3cc9daaa6050685687416f3abd3ee25eb (patch) | |
| tree | f9a941e77a91663061af4ae9dce3550c713809ef /.browserslistrc | |
| parent | a3ad7327f233cac4bf1c9431bf99e47ab8d5f551 (diff) | |
| download | bootstrap-d9da43f3cc9daaa6050685687416f3abd3ee25eb.tar.xz bootstrap-d9da43f3cc9daaa6050685687416f3abd3ee25eb.zip | |
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
Diffstat (limited to '.browserslistrc')
| -rw-r--r-- | .browserslistrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.browserslistrc b/.browserslistrc index cc24a06a0..c71c8b9c7 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -6,7 +6,6 @@ not dead Chrome >= 60 Firefox >= 60 Firefox ESR -iOS >= 10 -Safari >= 10 -Android >= 6 +iOS >= 12 +Safari >= 12 not Explorer <= 11 |
