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