Skip to content

Commit

Permalink
Fixing lint warning in tokens preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmering committed Nov 20, 2024
1 parent 5c08c8a commit 0ce178b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/sass/components/_tokens-preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
.o-row {
justify-content: space-between;
}

&__actions {
display: flex;
font-size: rem( 11px );

input {
margin-right: rem( 10px );
accent-color: #f7f7f7;
}

}
}

Expand Down

0 comments on commit 0ce178b

Please sign in to comment.