Skip to content

Commit 71809ba

Browse files
committed
fix: remove duplicated variables
1 parent 937ced7 commit 71809ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scss/variables/components/_select.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ $c-select-color: $input-color !default;
5252
$c-select-disabled-color: $gray-600 !default;
5353
$c-select-bg: $input-bg !default;
5454
$c-select-disabled-bg: $gray-200 !default;
55-
$c-select-bg: $input-bg !default;
5655
$c-select-indicator-color: $gray-800 !default;
5756
$c-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$c-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") !default;
5857
$c-select-indicator-bg: $input-bg !default;

0 commit comments

Comments
 (0)