]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update our browserslist. (#24919)
authorXhmikosR <xhmikosr@gmail.com>
Sat, 23 Dec 2017 08:09:10 +0000 (10:09 +0200)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2017 08:09:10 +0000 (10:09 +0200)
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.

package.json

index 64612022a9d54eb69967380d97f2282680c965f2..ca3396dbd502f250157a9c5aeaf94e45251c135d 100644 (file)
     "scss/"
   ],
   "browserslist": [
+    "last 1 major version",
+    ">= 1%",
     "Chrome >= 45",
-    "Firefox ESR",
+    "Firefox >= 38",
     "Edge >= 12",
     "Explorer >= 10",
     "iOS >= 9",
     },
     {
       "path": "./dist/css/bootstrap-reboot.css",
-      "maxSize": "5 kB"
+      "maxSize": "3 kB"
     },
     {
       "path": "./dist/css/bootstrap-reboot.min.css",
-      "maxSize": "5 kB"
+      "maxSize": "3 kB"
     },
     {
       "path": "./dist/css/bootstrap.css",
     },
     {
       "path": "./dist/css/bootstrap.min.css",
-      "maxSize": "20 kB"
+      "maxSize": "21 kB"
     },
     {
       "path": "./dist/js/bootstrap.bundle.js",