Skip to content

Commit

Permalink
Update packages/styles/scss/components/slider/_slider.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt2 authored Oct 30, 2023
1 parent f06f053 commit fd54e6f
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 @@ -146,7 +146,7 @@
block-size: convert.to-rem(2px);
content: '';
inline-size: convert.to-rem(6px);
inset-block-start: calc(50% - #{convert.to-rem(2px) * .5});
inset-block-start: calc(50% - #{convert.to-rem(2px) * 0.5});
inset-inline-end: 0;
}

Expand Down

0 comments on commit fd54e6f

Please sign in to comment.