Skip to content

Commit 978da04

Browse files
committed
Fixed a couple of initial values to make more sense
1 parent 5c43482 commit 978da04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/general/_properties.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$color-vars: color, chart-bg-color;
1313
@each $i in $color-vars {
1414
@property --#{ $variable-prefix }#{ $i } {
15-
@include at-property( "<color>", transparent, true );
15+
@include at-property( "<color>", auto, true );
1616
}
1717
}
1818

@@ -64,6 +64,6 @@ $items-color: primary-axis-color, secondary-axes-color, data-axes-color, legend-
6464
$sizes: start, end, size, line-size;
6565
@each $size in $sizes {
6666
@property --#{ $variable-prefix }#{ $size } {
67-
@include at-property( "<number>", 0, true );
67+
@include at-property( "<number>", auto, true );
6868
}
6969
}

0 commit comments

Comments
 (0)