diff --git a/ui/postcss.config.js b/ui/postcss.config.js index 2e7af2b..6d98f44 100644 --- a/ui/postcss.config.js +++ b/ui/postcss.config.js @@ -1,6 +1,6 @@ export default { plugins: { - tailwindcss: {}, + // Tailwind CSS is handled by the @tailwindcss/vite plugin in vite.config.js autoprefixer: {}, }, -} +};