From a120e390d0f48fd471f29b3f3ca8377079559d84 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Mon, 22 Dec 2025 14:43:40 +1100 Subject: [PATCH] Remove added config, not needed anymore --- postcss.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: {