MohammadYounes / rtlcss

Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
https://rtlcss.com
MIT License
1.68k stars 129 forks source link

Remaining refactoring TODO #253

Closed XhmikosR closed 1 year ago

XhmikosR commented 3 years ago
  1. https://github.com/MohammadYounes/rtlcss/pull/246#pullrequestreview-783348953
  2. https://github.com/MohammadYounes/rtlcss/pull/246#discussion_r739817271

Originally posted by @XhmikosR in https://github.com/MohammadYounes/rtlcss/issues/246#issuecomment-955715289

I'd also add that while standard is still used, it doesn't cover the patches I made in #246 and in my previous refactoring PRs. I personally use xo, and that's what I used to find most of those (although, I had to adapt it a bit because there were a few FPs)

EDIT: might also be worth switching to a well-tested package for the bin walk function and for the config-loader override function.