Skip to content

Commit

Permalink
Stylelint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Dec 25, 2022
1 parent c44e0e2 commit e268424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/form/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
) {
#{$selector}#{$pseudo-selector} {
align-items: center;
border-radius: $btn-border-radius;
border-style: solid;
border-width: $btn-outline-width;
border-radius: $btn-border-radius;
cursor: pointer;
display: inline-flex;
font-family: $btn-font-family;
Expand Down

0 comments on commit e268424

Please sign in to comment.