jjlharrison / gulp-rtlcss

Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.
MIT License
36 stars 7 forks source link

Converting (oppositely) rtl to ltr #16

Closed MoradHamdy closed 5 years ago

MoradHamdy commented 5 years ago

I'm working on a website which its default direction is RTL.

I know that gulp-rtlcss is used to get the RTL needed changes, but i'm looking forward to do RTL to LTR this time.

So is there some method to do this with gulp-rtlcss?

jjlharrison commented 5 years ago

Hi @MoradHamdy, This plugin is just a wrapper for RTLCSS so this would really be a question for that repository.

However, I did a quick search and found this: MohammadYounes/rtlcss#67. Hope that helps.

MoradHamdy commented 5 years ago

Thanks @jjlharrison

By the way, i have tried the plugin and i found that it makes convert for the direction state. So it converts RTL to LTR and LTR to RTL. That sounds great :)

I appreciate your clarification!