Skip to content

Commit

Permalink
fix(slider): update rem() usage to to-rem() (#15049)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Oct 27, 2023
1 parent 3a98d29 commit dbca1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/scss/components/slider/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
min-inline-size: convert.to-rem(200px);

.#{$prefix}--slider-container--two-handles & {
margin-inline: rem(4px);
margin-inline: convert.to-rem(4px);
}
}

Expand Down

0 comments on commit dbca1ee

Please sign in to comment.