From ef948ece79f7bfc62c465b4f7930f85b868eb8fe Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 7 Feb 2016 00:34:29 -0800 Subject: Integrate postcss-flexbugs-fixes into build; fixes #18569 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index b2f702e4e..b49cdce50 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -212,6 +212,7 @@ module.exports = function (grunt) { map: true, processors: [ mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }), + require('postcss-flexbugs-fixes')(), autoprefixer ] }, -- cgit v1.2.3