diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 2db3056..2e7af2b 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,5 +1,6 @@ export default { - content: ['./index.html', './src/**/*.{ts,tsx}'], - theme: { extend: {} }, - plugins: [], + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, }