diff --git a/frontend/package.json b/frontend/package.json index 6cdf265..89f90a2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,6 +37,7 @@ "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.5.6", "tailwindcss": "^4.1.17", + "@tailwindcss/postcss": "^4.0.0", "typescript": "^5.2.2", "vite": "^5.0.8", "vitest": "^1.0.0" diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index d41ad63..d0ec925 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,6 +1,6 @@ export default { plugins: { - tailwindcss: {}, + '@tailwindcss/postcss': {}, autoprefixer: {}, }, }