0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-14 14:29:30 +01: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 736009c7d5
commit 9a524de7b7
4 changed files with 5 additions and 13 deletions

View File

@ -1,11 +0,0 @@
# https://github.com/browserslist/browserslist#readme
>= 0.5%
last 2 major versions
not dead
Chrome >= 60
Firefox >= 60
Firefox ESR
iOS >= 12
Safari >= 12
not Explorer <= 11

View File

@ -189,6 +189,11 @@
"scss/**/*.scss", "scss/**/*.scss",
"!scss/tests/**" "!scss/tests/**"
], ],
"browserslist": [
"last 1 versions",
"> 1%",
"not dead"
],
"jspm": { "jspm": {
"registry": "npm", "registry": "npm",
"main": "js/bootstrap", "main": "js/bootstrap",

View File

@ -10,7 +10,6 @@
@media (min-width: 768px) { @media (min-width: 768px) {
.sidebar .offcanvas-lg { .sidebar .offcanvas-lg {
position: -webkit-sticky;
position: sticky; position: sticky;
top: 48px; top: 48px;
} }

View File

@ -10,7 +10,6 @@
@media (min-width: 768px) { @media (min-width: 768px) {
.sidebar .offcanvas-lg { .sidebar .offcanvas-lg {
position: -webkit-sticky;
position: sticky; position: sticky;
top: 48px; top: 48px;
} }