From 42f50e7a0c3f28cec5a88d4b518258791b76c24f Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 12 Mar 2025 14:34:09 +0100 Subject: feat: upgrade tailwind --- postcss.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js index 2e7af2b..a7f73a2 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,5 @@ export default { plugins: { - tailwindcss: {}, - autoprefixer: {}, + '@tailwindcss/postcss': {}, }, } -- cgit v1.2.3