File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ class ScrollSpy {
122
122
123
123
return null
124
124
} )
125
- . filter ( item => item )
125
+ . filter ( Boolean )
126
126
. sort ( ( a , b ) => a [ 0 ] - b [ 0 ] )
127
127
. forEach ( item => {
128
128
this . _offsets . push ( item [ 0 ] )
Original file line number Diff line number Diff line change 11
11
width : $spinner-width ;
12
12
height : $spinner-height ;
13
13
vertical-align : $spinner-vertical-align ;
14
- border : $spinner-border-width solid currentColor ;
14
+ border : $spinner-border-width solid currentcolor ;
15
15
border-right-color : transparent ;
16
16
// stylelint-disable-next-line property-disallowed-list
17
17
border-radius : 50% ;
43
43
width : $spinner-width ;
44
44
height : $spinner-height ;
45
45
vertical-align : $spinner-vertical-align ;
46
- background-color : currentColor ;
46
+ background-color : currentcolor ;
47
47
// stylelint-disable-next-line property-disallowed-list
48
48
border-radius : 50% ;
49
49
opacity : 0 ;
You can’t perform that action at this time.
0 commit comments