From 7278012e016909f80fdb912d0d3df0a469b2d5e3 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Thu, 4 Jun 2026 09:16:57 +0000 Subject: [PATCH] Deploy --- postcss.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..a7d1379 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: { + "@tailwindcss/postcss": {}, + }, +}