From b9dab5df7a5fe6bdab7320c72c1520eab13e601a Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 18:29:32 +0000 Subject: [PATCH] Update postcss.config.mjs --- postcss.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postcss.config.mjs diff --git a/postcss.config.mjs b/postcss.config.mjs new file mode 100644 index 0000000..0560e33 --- /dev/null +++ b/postcss.config.mjs @@ -0,0 +1,4 @@ +// PostCSS config - minimal for Tailwind CDN approach +export default { + plugins: {}, +};