From e14aee174b59b5ec2892a7e1244ce8d656e8efa6 Mon Sep 17 00:00:00 2001 From: Benjamin Dupont <4503241+Benjozork@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:13:28 -0400 Subject: [PATCH] build: re-add autoprefixer --- postcss.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index fa1307ac..12a703d9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,7 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - // TODO get this working (vite) - // autoprefixer: {}, + autoprefixer: {}, }, };