Skip to content

Commit

Permalink
Merge pull request #10335 from hikouki/develop
Browse files Browse the repository at this point in the history
Fixed #10333
  • Loading branch information
IamManchanda authored and kball committed Jul 25, 2017
1 parent be5720c commit 8f71c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/prototype/_rounded.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $prototype-border-radius: rem-calc(3) !default;
@include border-rounded;
}
.#{$size}-radius {
@include rounded-radius;
@include border-radius;
}
}
}
Expand Down

0 comments on commit 8f71c63

Please sign in to comment.