Skip to content

Commit 1d2f27c

Browse files
committed
refactor: fix linter warnings
1 parent cb9ad37 commit 1d2f27c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

scss/_icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: inherit;
44
text-align: center;
55
vertical-align: -.125rem; // Fix the position of icon
6-
fill: currentColor;
6+
fill: currentcolor;
77
&:not(.icon-c-s):not(.icon-custom-size) {
88
@include icon-size($icon-size-base);
99

scss/_placeholders.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
min-height: 1em;
44
vertical-align: middle;
55
cursor: wait;
6-
background-color: currentColor;
6+
background-color: currentcolor;
77
opacity: $placeholder-opacity-max;
88

99
&.btn::before {

scss/_spinners.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--#{$prefix}spinner-animation-name: spinner-border;
3030
// scss-docs-end spinner-border-css-vars
3131

32-
border: var(--#{$prefix}spinner-border-width) solid currentColor;
32+
border: var(--#{$prefix}spinner-border-width) solid currentcolor;
3333
border-right-color: transparent;
3434
}
3535

@@ -66,7 +66,7 @@
6666
--#{$prefix}spinner-animation-name: spinner-grow;
6767
// scss-docs-end spinner-grow-css-vars
6868

69-
background-color: currentColor;
69+
background-color: currentcolor;
7070
opacity: 0;
7171
}
7272

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ $table-border-color: var(--#{$prefix}border-color) !default;
787787
$table-striped-order: odd !default;
788788
$table-striped-columns-order: even !default;
789789

790-
$table-group-separator-color: currentColor !default;
790+
$table-group-separator-color: currentcolor !default;
791791

792792
$table-caption-color: $text-muted !default;
793793

scss/helpers/_vr.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
width: 1px;
55
min-height: 1em;
66
padding: 0;
7-
background-color: currentColor;
7+
background-color: currentcolor;
88
opacity: $hr-opacity;
99
}

scss/sidebar/_sidebar-nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
font-size: var(--#{$prefix}sidebar-nav-icon-font-size);
9090
color: var(--#{$prefix}sidebar-nav-link-icon-color);
9191
text-align: center;
92-
fill: currentColor;
92+
fill: currentcolor;
9393
@include transition(inherit);
9494

9595
&:first-child {

0 commit comments

Comments
 (0)