Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-02-07 11:34:29 +0300
committerChris Rebert <code@chrisrebert.com>2016-06-04 23:00:37 +0300
commitef948ece79f7bfc62c465b4f7930f85b868eb8fe (patch)
tree5d41f51723bbd451c549049970cd803309a667e4 /Gruntfile.js
parent10ce36601d140af4fa9b6be5cc0cd5feaa8bbea3 (diff)
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 b2f702e4e5..b49cdce50c 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
]
},