Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class name with "left" in it #340

Open
yehudaTiram opened this issue Jun 19, 2024 · 1 comment
Open

class name with "left" in it #340

yehudaTiram opened this issue Jun 19, 2024 · 1 comment

Comments

@yehudaTiram
Copy link

yehudaTiram commented Jun 19, 2024

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.

@elchininet
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants