Integrate postcss-flexbugs-fixes into build; fixes #18569

This commit is contained in:
Chris Rebert 2016-02-07 00:34:29 -08:00
parent 10ce36601d
commit ef948ece79
2 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,7 @@ module.exports = function (grunt) {
map: true,
processors: [
mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }),
require('postcss-flexbugs-fixes')(),
autoprefixer
]
},

View 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"
},