mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Integrate postcss-flexbugs-fixes into build; fixes #18569
This commit is contained in:
@@ -212,6 +212,7 @@ module.exports = function (grunt) {
|
|||||||
map: true,
|
map: true,
|
||||||
processors: [
|
processors: [
|
||||||
mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }),
|
mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }),
|
||||||
|
require('postcss-flexbugs-fixes')(),
|
||||||
autoprefixer
|
autoprefixer
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -64,6 +64,7 @@
|
|||||||
"is-travis": "^1.0.0",
|
"is-travis": "^1.0.0",
|
||||||
"load-grunt-tasks": "^3.4.0",
|
"load-grunt-tasks": "^3.4.0",
|
||||||
"mq4-hover-shim": "^0.3.0",
|
"mq4-hover-shim": "^0.3.0",
|
||||||
|
"postcss-flexbugs-fixes": "^2.0.0",
|
||||||
"shelljs": "^0.6.0",
|
"shelljs": "^0.6.0",
|
||||||
"time-grunt": "^1.2.1"
|
"time-grunt": "^1.2.1"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user