]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Integrate postcss-flexbugs-fixes into build; fixes #18569
authorChris Rebert <code@chrisrebert.com>
Sun, 7 Feb 2016 08:34:29 +0000 (00:34 -0800)
committerChris Rebert <code@chrisrebert.com>
Sat, 4 Jun 2016 20:00:37 +0000 (13:00 -0700)
Gruntfile.js
package.json

index b2f702e4e56d9a19d49ddf47099253a4a9de362b..b49cdce50cb180878c144dbd295eb41523533538 100644 (file)
@@ -212,6 +212,7 @@ module.exports = function (grunt) {
           map: true,
           processors: [
             mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }),
+            require('postcss-flexbugs-fixes')(),
             autoprefixer
           ]
         },
index 5afbef6293d561ed4192522d7d4d66371c6ebe6c..f8e41414898ad2cc4bd30ec5737eae4bcd689cbe 100644 (file)
@@ -64,6 +64,7 @@
     "is-travis": "^1.0.0",
     "load-grunt-tasks": "^3.4.0",
     "mq4-hover-shim": "^0.3.0",
+    "postcss-flexbugs-fixes": "^2.0.0",
     "shelljs": "^0.6.0",
     "time-grunt": "^1.2.1"
   },