From 2131d5fec97f6163678fdec40dd2d6e9f7a5e58c Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 30 Oct 2025 23:40:37 +0000 Subject: restructure repo into a monorepo --- projects/96/postcss.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/96/postcss.config.mjs (limited to 'projects/96/postcss.config.mjs') diff --git a/projects/96/postcss.config.mjs b/projects/96/postcss.config.mjs new file mode 100644 index 0000000..c7bcb4b --- /dev/null +++ b/projects/96/postcss.config.mjs @@ -0,0 +1,5 @@ +const config = { + plugins: ["@tailwindcss/postcss"], +}; + +export default config; -- cgit v1.2.3