aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-07 00:34:29 -0800
committerChris Rebert <[email protected]>2016-06-04 13:00:37 -0700
commitef948ece79f7bfc62c465b4f7930f85b868eb8fe (patch)
tree5d41f51723bbd451c549049970cd803309a667e4 /Gruntfile.js
parent10ce36601d140af4fa9b6be5cc0cd5feaa8bbea3 (diff)
downloadbootstrap-ef948ece79f7bfc62c465b4f7930f85b868eb8fe.tar.xz
bootstrap-ef948ece79f7bfc62c465b4f7930f85b868eb8fe.zip
Integrate postcss-flexbugs-fixes into build; fixes #18569
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
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
]
},