Skip to content

Commit

Permalink
Single mixin instead one for all side
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavShapoval committed May 25, 2015
1 parent 99557c8 commit 0f3ce12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/sass/mixins/_border_radius.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
} @else if $side == left {
$setting-sides: append($setting-sides, border-top-left-radius);
$setting-sides: append($setting-sides, border-bottom-left-radius);
} @else {
@warn "Side variable can accept one of the following values: top, right, bottom, left. Value passed: #{$side}";
}
}

Expand Down

0 comments on commit 0f3ce12

Please sign in to comment.