From 6ea2ef084551c875ad241b7361880c84eca787f6 Mon Sep 17 00:00:00 2001 From: mikiher Date: Mon, 17 Mar 2025 08:16:32 +0200 Subject: [PATCH] Remove autoprefixer plugin --- client/nuxt.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 919bc5fd..626615e6 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -116,8 +116,7 @@ module.exports = { postcss: { postcssOptions: { plugins: { - '@tailwindcss/postcss': {}, - autoprefixer: {} + '@tailwindcss/postcss': {} } } }