From bcbc096537d9207ec635522bac19a397f145fe16 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 13:38:50 +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..e99ebc2 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} \ No newline at end of file