Skip to content

Commit

Permalink
fix: linting issue in the scss for order of props
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler committed Nov 25, 2024
1 parent 67bca60 commit 8e693f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ $-badge-statuses: (

.sage-badge__value {
@extend %t-sage-body-med;
letter-spacing: sage-letter-spacing(md);
appearance: none;
display: flex;
align-items: center;
max-width: 100%;
min-height: $-badge-min-height;
padding: $-badge-padding;
letter-spacing: sage-letter-spacing(md);
white-space: nowrap;
background-color: transparent;
border-radius: $-badge-border-radius;
Expand Down

0 comments on commit 8e693f7

Please sign in to comment.