2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
+1
View File
@@ -212,6 +212,7 @@ module.exports = function (grunt) {
map: true,
processors: [
mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }),
require('postcss-flexbugs-fixes')(),
autoprefixer
]
},