1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Browserslist: move into package.json, make super agressive

This commit is contained in:
Mark Otto
2025-03-04 12:12:28 -08:00
parent 726d4fa16c
commit 7d8b2f0ded

View File

@@ -189,6 +189,18 @@
"scss/**/*.scss", "scss/**/*.scss",
"!scss/tests/**" "!scss/tests/**"
], ],
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 120",
"Firefox >= 121",
"iOS >= 15.6",
"Safari >= 15.6",
"not Explorer <= 11",
"Samsung >= 23",
"not kaios <= 2.5"
],
"jspm": { "jspm": {
"registry": "npm", "registry": "npm",
"main": "js/bootstrap", "main": "js/bootstrap",