From 0a4af2202d9ec817500e3bf5404f7f59585e0853 Mon Sep 17 00:00:00 2001
From: Guillaume Schurck <g.schurck@gmail.com>
Date: Sun, 20 Nov 2022 20:54:15 +0100
Subject: [PATCH] remove postcss config plugins

---
 sg-frontend/postcss.config.cjs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sg-frontend/postcss.config.cjs b/sg-frontend/postcss.config.cjs
index e09161d..2415887 100644
--- a/sg-frontend/postcss.config.cjs
+++ b/sg-frontend/postcss.config.cjs
@@ -1,4 +1,4 @@
 module.exports = {
-	plugins: [require("tailwindcss"), require("autoprefixer")],
-	autoprefixer: {},
-};
+    plugins: [],
+    autoprefixer: {},
+};
\ No newline at end of file
-- 
GitLab