Skip to content

Commit

Permalink
border mixin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Feb 28, 2018
1 parent 9205468 commit 77db63c
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: concat((none), $css-default-modes);
border: $options;
}
@else {
$settings: (size: 0, style: none, color: inherit, radius: 0);
$settings: (size: 0, style: solid, color: inherit, radius: 0);

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

0 comments on commit 77db63c

Please sign in to comment.