From 440af84c7a6e9b2810c7b8772052295efd66f322 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Jun 2017 01:33:26 -0700 Subject: remove postcss-flexbugs-fixes from build process --- build/postcss.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build') 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': {} + } } }) -- cgit v1.2.3