diff --git a/postcss.config.mjs b/postcss.config.mjs index 137bced..1a69fd2 100644 --- a/postcss.config.mjs +++ b/postcss.config.mjs @@ -1,9 +1,8 @@ /** @type {import('postcss-load-config').Config} */ const config = { - plugins: { - '@tailwindcss/postcss': {}, - autoprefixer: {}, - }, + plugins: { + tailwindcss: {}, + }, }; export default config;