1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

remove postcss-flexbugs-fixes from build process

This commit is contained in:
Mark Otto
2017-06-18 01:33:26 -07:00
committed by Mark Otto
parent 532493e6ec
commit 440af84c7a
2 changed files with 1 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ module.exports = (ctx) => ({
'Android >= 4', 'Android >= 4',
'Opera >= 12' 'Opera >= 12'
] ]
}, }
'postcss-flexbugs-fixes': {}
} }
}) })

View File

@@ -86,7 +86,6 @@
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"phantomjs-prebuilt": "^2.1.14", "phantomjs-prebuilt": "^2.1.14",
"postcss-cli": "^4.0.0", "postcss-cli": "^4.0.0",
"postcss-flexbugs-fixes": "^3.0.0",
"qunit-phantomjs-runner": "^2.3.0", "qunit-phantomjs-runner": "^2.3.0",
"qunitjs": "^2.3.2", "qunitjs": "^2.3.2",
"shelljs": "^0.7.7", "shelljs": "^0.7.7",