Skip to content

Commit

Permalink
border-radius fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Mar 14, 2018
1 parent e407dc7 commit dbb8f36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scss/mixins/_border.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,8 @@ $border-modes: array-concat((none), $css-default-modes);

$border-radius: map-get($settings, radius);

@if is-size($border-radius) {
@if is-defined($border-radius) {
@include border-radius($border-radius);
}
@else {
@warn '`border-radius: #{$border-radius}` is not a valid size';
}
}
}

0 comments on commit dbb8f36

Please sign in to comment.