diff options
| author | Mark Otto <[email protected]> | 2017-06-18 18:31:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-18 18:31:00 -0700 |
| commit | eed427690b8b2abfab6998be942c9ecbff08ff06 (patch) | |
| tree | 3fb789a4020b58ef66ee0df0481d0ecb3f483935 /build | |
| parent | b1d07a8e7ca1c1d6914646423a9ffcec6adb6a35 (diff) | |
| parent | 7e2d41becd2b80a1963f7110d47bb8403e67b2ca (diff) | |
| download | bootstrap-eed427690b8b2abfab6998be942c9ecbff08ff06.tar.xz bootstrap-eed427690b8b2abfab6998be942c9ecbff08ff06.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'build')
| -rw-r--r-- | build/postcss.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/postcss.config.js b/build/postcss.config.js index 803078a5f..e811f44be 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -35,7 +35,6 @@ module.exports = (ctx) => ({ 'Android >= 4', 'Opera >= 12' ] - }, - 'postcss-flexbugs-fixes': {} + } } }) |
