diff --git a/build/postcss.config.js b/build/postcss.config.js index 803078a5f8d6a08801c4d7b1cb01fee61b3550d3..e811f44be6cb3772b6cdb0ec69f6fac2c7b28e76 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': {} + } } }) diff --git a/package.json b/package.json index b29d1067bd13fde77ca5d3c49f62fb8bb45c2bd0..947550272821b5f04f30651266546dd57ff263d4 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,6 @@ "npm-run-all": "^4.0.2", "phantomjs-prebuilt": "^2.1.14", "postcss-cli": "^4.0.0", - "postcss-flexbugs-fixes": "^3.0.0", "qunit-phantomjs-runner": "^2.3.0", "qunitjs": "^2.3.2", "shelljs": "^0.7.7",