2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Update our browserslist. (#24919)

Update our browserslist.

* Add `last 1 major version` and `>= 1%`.
* Add Firefox.

Firefox v38 is older than the ESR, so basically replace ESR with v38.
This commit is contained in:
XhmikosR
2017-12-23 10:09:10 +02:00
committed by GitHub
parent ab1808742d
commit 8b8999b07a
+6 -4
View File
@@ -133,8 +133,10 @@
"scss/" "scss/"
], ],
"browserslist": [ "browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45", "Chrome >= 45",
"Firefox ESR", "Firefox >= 38",
"Edge >= 12", "Edge >= 12",
"Explorer >= 10", "Explorer >= 10",
"iOS >= 9", "iOS >= 9",
@@ -153,11 +155,11 @@
}, },
{ {
"path": "./dist/css/bootstrap-reboot.css", "path": "./dist/css/bootstrap-reboot.css",
"maxSize": "5 kB" "maxSize": "3 kB"
}, },
{ {
"path": "./dist/css/bootstrap-reboot.min.css", "path": "./dist/css/bootstrap-reboot.min.css",
"maxSize": "5 kB" "maxSize": "3 kB"
}, },
{ {
"path": "./dist/css/bootstrap.css", "path": "./dist/css/bootstrap.css",
@@ -165,7 +167,7 @@
}, },
{ {
"path": "./dist/css/bootstrap.min.css", "path": "./dist/css/bootstrap.min.css",
"maxSize": "20 kB" "maxSize": "21 kB"
}, },
{ {
"path": "./dist/js/bootstrap.bundle.js", "path": "./dist/js/bootstrap.bundle.js",