From 782e4ce3a4bb2dd70e0bc566ac3d96ec502037fc Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 7 Mar 2024 12:20:25 +0530 Subject: [PATCH] Reset browserlist --- .browserslistrc | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 8084853..afcf7c5 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,12 +1,6 @@ -# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. -# For additional information regarding the format and rule options, please see: -# https://github.com/browserslist/browserslist#queries - -# You can see what browsers were selected by your queries by running: -# npx browserslist - -> 0.5% -last 2 versions +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions Firefox ESR -not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file