Skip to content

Commit

Permalink
Do not override is-rounded with are-small. Fix #3163
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine authored and jgthms committed Dec 20, 2020
1 parent d44693c commit 529cac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/elements/button.sass
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ $button-colors: $colors !default

// The button sizes use mixins so they can be used at different breakpoints
=button-small
border-radius: $radius-small
&:not(.is-rounded)
border-radius: $radius-small
font-size: $size-small
=button-normal
font-size: $size-normal
Expand Down

0 comments on commit 529cac1

Please sign in to comment.