From abe48de039b607d9da77def6c01eac4abd092b10 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Mon, 26 Jan 2026 21:50:35 +1100 Subject: [PATCH] Add frontend postcss config --- frontend/postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/postcss.config.js diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/frontend/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}