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

2.x dev #260

Closed XhmikosR closed 2 years ago

XhmikosR commented 3 years ago

I think this is worth doing since 2.x has a lot of downloads.

That being said, I couldn't make CI work on Node.js 4.x and I'm not sure if it was supported on v2.x. If it is supported, the strict patch should be dropped because AFAICT Node.js 4.x doesn't support spread or Object destructuring. So, let me know if Node.js 4.x was supported in v2.x and I'll adapt the patches :)

I will clean up/squash the patches if we decide to proceed with this.

MohammadYounes commented 2 years ago

I don't think it was supported.

Let's keep v2 as is, most downloads will eventually upgrade to v3.