diff options
| author | Mark Otto <[email protected]> | 2017-06-18 01:33:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-18 18:17:48 -0700 |
| commit | 440af84c7a6e9b2810c7b8772052295efd66f322 (patch) | |
| tree | 4a24229451dcf5dbf636455d12d8a1b788625a98 | |
| parent | 532493e6ecbfb5f6cdc6afe4158119930eb686b4 (diff) | |
| download | bootstrap-440af84c7a6e9b2810c7b8772052295efd66f322.tar.xz bootstrap-440af84c7a6e9b2810c7b8772052295efd66f322.zip | |
remove postcss-flexbugs-fixes from build process
| -rw-r--r-- | build/postcss.config.js | 3 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 1 insertions, 3 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': {} + } } }) diff --git a/package.json b/package.json index b29d1067b..947550272 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", |
