diff --git a/client/postcss.config.cjs b/client/postcss.config.cjs new file mode 100644 index 00000000..cb438c39 --- /dev/null +++ b/client/postcss.config.cjs @@ -0,0 +1,7 @@ +// client/postcss.config.cjs +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, + }; \ No newline at end of file