From ac113863bf3f9951d76c91309defc9d5dcca0c22 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:14:28 +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