Skip to content

Commit

Permalink
refactor(tabs-extended): convert border-bottom-width to rems
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Nov 16, 2023
1 parent 532401c commit 154eddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

&:focus,
&:active {
border-bottom-width: 3px;
border-bottom-width: rem(3px);
}
}
}
Expand Down

0 comments on commit 154eddc

Please sign in to comment.