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.67k stars 128 forks source link

Bootstrap RTL and LTR at the same time #314

Open mohammadreza99 opened 1 year ago

mohammadreza99 commented 1 year ago

Please someone explain to me that if we use the solution that Bootstrap explained in documentation to use RTL and LTR at the same time, is it supposed to generate a new file for RTL version ? Or do all these events happen in one file? If a new file is generated, this file is also available for download on the Bootstrap site itself.

Please tell me step by step how I should implement a bilingual site with this solution ? In simpler terms, I want in RTL version ms-2 mean margin-right and in LTR version it mean margin-left.

SheikhRashed commented 6 months ago

did you find any solution in one file? I'm still searching

mohammadreza99 commented 6 months ago

@SheikhRashed No, I didn't find it, after a lot of searching I also found a solution to use separate Bootstrap files for this purpose.