Skip to content

Commit fbf88fc

Browse files
committed
refactor: improve RTL support
1 parent dc4295a commit fbf88fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_accordion.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
flex-shrink: 0;
6161
width: var(--#{$prefix}accordion-btn-icon-width);
6262
height: var(--#{$prefix}accordion-btn-icon-width);
63-
margin-left: auto;
63+
@include ltr-rtl("margin-left", auto);
6464
content: "";
6565
background-image: var(--#{$prefix}accordion-btn-icon);
6666
background-repeat: no-repeat;

0 commit comments

Comments
 (0)