diff --git a/client/postcss.config.js b/client/postcss.config.js index f4ce7763b1..5b60a8e697 100644 --- a/client/postcss.config.js +++ b/client/postcss.config.js @@ -1,8 +1,8 @@ module.exports = { - plugins: [ - require('postcss-import'), - require('postcss-preset-env'), - require('tailwindcss'), - require('autoprefixer'), - ], -}; \ No newline at end of file + plugins: { + 'postcss-import': {}, + 'postcss-preset-env': {}, + tailwindcss: {}, + autoprefixer: {}, + } +} \ No newline at end of file