mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Browserslist: move into package.json, make super agressive
This commit is contained in:
parent
736009c7d5
commit
9a524de7b7
@ -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
|
@ -189,6 +189,11 @@
|
||||
"scss/**/*.scss",
|
||||
"!scss/tests/**"
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 versions",
|
||||
"> 1%",
|
||||
"not dead"
|
||||
],
|
||||
"jspm": {
|
||||
"registry": "npm",
|
||||
"main": "js/bootstrap",
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.sidebar .offcanvas-lg {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 48px;
|
||||
}
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.sidebar .offcanvas-lg {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 48px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user