aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-18 18:32:42 -0700
committerMark Otto <[email protected]>2017-06-18 18:32:42 -0700
commit222eddda5e8308b2b32f44f698bbf1b35ebb476a (patch)
tree0e92e5a2c010157c841c243f708deadfa4b0f55e /build
parent1a23321fc01ee58b1ea1a20ec32ae2146177ffc8 (diff)
parent16d77b4cb07f575d45ae486125ea9df06bd45d3f (diff)
downloadbootstrap-222eddda5e8308b2b32f44f698bbf1b35ebb476a.tar.xz
bootstrap-222eddda5e8308b2b32f44f698bbf1b35ebb476a.zip
Merge branch 'v4-dev' into colors-redux
Diffstat (limited to 'build')
-rw-r--r--build/postcss.config.js3
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': {}
+ }
}
})