From 38fccafea384ab88f71dcfe54087d07cc0d5a741 Mon Sep 17 00:00:00 2001 From: PrivateKY Date: Sun, 13 Apr 2025 01:58:01 +0100 Subject: [PATCH] Update postcss.config.js --- postcss.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 33ad091d..a47ef4f9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,5 @@ module.exports = { plugins: { - tailwindcss: {}, autoprefixer: {}, }, -} +};