diff --git a/sg-frontend/postcss.config.cjs b/sg-frontend/postcss.config.cjs index e09161d16d7ec3e2ee71a4b1713052bea23f8db5..2415887fb0af5872422d6d909f7d105122a32afc 100644 --- a/sg-frontend/postcss.config.cjs +++ b/sg-frontend/postcss.config.cjs @@ -1,4 +1,4 @@ module.exports = { - plugins: [require("tailwindcss"), require("autoprefixer")], - autoprefixer: {}, -}; + plugins: [], + autoprefixer: {}, +}; \ No newline at end of file