Skip to content

Commit

Permalink
border default color changed to transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Mar 6, 2018
1 parent 2ad587e commit e7a6d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_border.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $border-modes: array-concat((none), $css-default-modes);
border: $options;
}
@else {
$settings: (size: 0, style: solid, color: inherit, radius: 0);
$settings: (size: 0, style: solid, color: transparent, radius: 0);

@if is-object($options) {
$settings: extend($settings, $options);
Expand Down

0 comments on commit e7a6d59

Please sign in to comment.