From 89624e07cb72d1934643bbac852bbff32f7b8c9b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 13:25:04 +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