using the browserslist mapbox says in their documentation

This commit is contained in:
csawatzky 2025-05-08 09:29:16 -06:00
parent 4442599640
commit 2a3c000e9e

View file

@ -101,10 +101,12 @@
},
"browserslist": {
"production": [
"safari >= 15",
"last 1 chrome version",
"last 1 firefox version",
"last 1 edge version"
">0.2%",
"not dead",
"not op_mini all",
"not chrome < 56",
"not safari < 15",
"not android < 56"
],
"development": [
"last 1 chrome version",