From 2a01fe44fa1e132e924366bbc4c3d93267a83745 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:40:21 -0600 Subject: [PATCH] Update postcss.config.mjs --- postcss.config.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/postcss.config.mjs b/postcss.config.mjs index 26cb18a0d..f611f0967 100644 --- a/postcss.config.mjs +++ b/postcss.config.mjs @@ -1,7 +1,5 @@ export default { plugins: { - "postcss-import": {}, - tailwindcss: {}, autoprefixer: {}, "@tailwindcss/postcss": {}, }