From ac58be68e7de6e816f778ae54a9ff8c09aee9a1d Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 27 Feb 2025 13:39:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Update=20Tailwind=20CSS?= =?UTF-8?q?=20configuration=20and=20dependencies=20in=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/postcss.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/postcss.config.js b/client/postcss.config.js index f4ce7763b1..5b60a8e697 100644 --- a/client/postcss.config.js +++ b/client/postcss.config.js @@ -1,8 +1,8 @@ module.exports = { - plugins: [ - require('postcss-import'), - require('postcss-preset-env'), - require('tailwindcss'), - require('autoprefixer'), - ], -}; \ No newline at end of file + plugins: { + 'postcss-import': {}, + 'postcss-preset-env': {}, + tailwindcss: {}, + autoprefixer: {}, + } +} \ No newline at end of file