mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Fix lint issues
This commit is contained in:
parent
7613953998
commit
d36b1a46cf
@ -122,7 +122,7 @@ class ScrollSpy {
|
|||||||
|
|
||||||
return null
|
return null
|
||||||
})
|
})
|
||||||
.filter(item => item)
|
.filter(Boolean)
|
||||||
.sort((a, b) => a[0] - b[0])
|
.sort((a, b) => a[0] - b[0])
|
||||||
.forEach(item => {
|
.forEach(item => {
|
||||||
this._offsets.push(item[0])
|
this._offsets.push(item[0])
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
width: $spinner-width;
|
width: $spinner-width;
|
||||||
height: $spinner-height;
|
height: $spinner-height;
|
||||||
vertical-align: $spinner-vertical-align;
|
vertical-align: $spinner-vertical-align;
|
||||||
border: $spinner-border-width solid currentColor;
|
border: $spinner-border-width solid currentcolor;
|
||||||
border-right-color: transparent;
|
border-right-color: transparent;
|
||||||
// stylelint-disable-next-line property-disallowed-list
|
// stylelint-disable-next-line property-disallowed-list
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
@ -43,7 +43,7 @@
|
|||||||
width: $spinner-width;
|
width: $spinner-width;
|
||||||
height: $spinner-height;
|
height: $spinner-height;
|
||||||
vertical-align: $spinner-vertical-align;
|
vertical-align: $spinner-vertical-align;
|
||||||
background-color: currentColor;
|
background-color: currentcolor;
|
||||||
// stylelint-disable-next-line property-disallowed-list
|
// stylelint-disable-next-line property-disallowed-list
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user