From 9a941e1e0d2c07d767104fe66d635e9f9c2b21d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Mon, 15 Jun 2026 20:03:58 +0000 Subject: [PATCH] chore: remove unused browserslist config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The browserslist config was consumed by autoprefixer, which is redundant with Tailwind CSS v4 (Lightning CSS handles prefixing natively). With autoprefixer being removed (PR #180), browserslist has no consumer in this project — Vite/esbuild, @vitejs/plugin-react, and @tailwindcss/postcss do not use browserslist. No behavior change — CSS prefixing is already handled by Lightning CSS within @tailwindcss/postcss. --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index a40215c..c0b5d33 100644 --- a/package.json +++ b/package.json @@ -44,12 +44,6 @@ "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, - "browserslist": [ - ">0.2%", - "not dead", - "not ie <= 11", - "not op_mini all" - ], "keywords": [ "lightning", "network",