You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that it also change class names that have the word "left" like
.read-more-left a {
color: $color__yellow_orange;
}
that becomes:
.read-more-right a {
color: #FC9300;
}
How can we use /rtl:ignore/ on that? or avoid it altogether? I know I can change the class name :)
For now, i use .read-more-left a, .read-more-right a {
color: #FC9300;
}
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @yehudaTiram,
Do you have the autoRename option in true? (it is false by default)
Just check it in the Playground removing the Auto Rename option on the left panel.
Regards
Seems that it also change class names that have the word "left" like
.read-more-left a {
color: $color__yellow_orange;
}
that becomes:
.read-more-right a {
color: #FC9300;
}
How can we use /rtl:ignore/ on that? or avoid it altogether? I know I can change the class name :)
For now, i use .read-more-left a, .read-more-right a {
color: #FC9300;
}
Thanks.
The text was updated successfully, but these errors were encountered: