MohammadYounes / MohammadYounes/rtlcss
class name with "left" in it
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the transformation using the reported .read-more-left a selector and compare it with the resulting .read-more-right a selector. Trace how RTLcss identifies directional words in class names, then verify that an ignore mechanism or other behavior prevents unintended renaming without breaking genuine left/right transformations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- localization, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100