Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
adds button radius to button-style and button mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafi Benkual committed Mar 2, 2015
1 parent 444bd84 commit 8555445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/components/_button.scss
Expand Up @@ -84,6 +84,7 @@ $button-tag-selector: false !default;
$background: $button-background,
$color: $button-color,
$style: $button-style,
$radius: $button-radius,
$btngroup: false
){
@if $style == hollow {
Expand Down Expand Up @@ -145,7 +146,8 @@ $button-tag-selector: false !default;
$expand: false,
$background: $button-background,
$color: $button-color,
$style: $button-style
$style: $button-style,
$radius: $button-radius
) {
@extend %button;
@include button-size($size);
Expand Down

0 comments on commit 8555445

Please sign in to comment.