mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Integrate postcss-flexbugs-fixes into build; fixes #18569
This commit is contained in:
parent
10ce36601d
commit
ef948ece79
2 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,7 @@ module.exports = function (grunt) {
|
|||
map: true,
|
||||
processors: [
|
||||
mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' }),
|
||||
require('postcss-flexbugs-fixes')(),
|
||||
autoprefixer
|
||||
]
|
||||
},
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
"is-travis": "^1.0.0",
|
||||
"load-grunt-tasks": "^3.4.0",
|
||||
"mq4-hover-shim": "^0.3.0",
|
||||
"postcss-flexbugs-fixes": "^2.0.0",
|
||||
"shelljs": "^0.6.0",
|
||||
"time-grunt": "^1.2.1"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue