]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.browserslistrc: add `not dead`.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 27 Jun 2018 06:33:53 +0000 (09:33 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 1 Jul 2018 06:56:22 +0000 (09:56 +0300)
package.json

index 0ace217ea05c4cfbf7e963af7a1ed16c419dd715..6ecd7cf0a5483d80207f480f4d612912ae7a734f 100644 (file)
     "scss/"
   ],
   "browserslist": [
-    "last 1 major version",
     ">= 1%",
+    "last 1 major version",
+    "not dead",
     "Chrome >= 45",
     "Firefox >= 38",
     "Edge >= 12",