From 5d35983f15844cad863dbcbeedfb9cf5125f2f26 Mon Sep 17 00:00:00 2001 From: Till Tomczak Date: Sat, 10 May 2025 23:36:28 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=C3=84nderungen=20commited?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/postcss.config.js b/postcss.config.js index e69de29..e2dc478 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + } +} \ No newline at end of file