diff --git a/postcss.config.js b/postcss.config.js index 973aaedf25..aa5998a809 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,9 +1,6 @@ module.exports = { plugins: [ - require('postcss-import')({ - // Wepacker isn't passing the configured path to Postcss, so we specify the base path here - path: process.cwd() - }), + require('postcss-import'), require('postcss-flexbugs-fixes'), require('postcss-preset-env')({ autoprefixer: {