From 6f3e2197405de6f87543bdd788efda4b56c32bc6 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 13:58:24 +0000 Subject: [PATCH] Add postcss.config.js --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..96bb01e --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} \ No newline at end of file