RTL and LTR at the same time #37877
Replies: 3 comments 1 reply
-
Yes. Instead of left or right you need to use start and end. |
Beta Was this translation helpful? Give feedback.
-
@denizgolbas |
Beta Was this translation helpful? Give feedback.
-
The current way RTL Bootstrap is built relies on RTLCSS and is meant to ease the switch: you can use the exact same markup (except the When using the snippet to use both directions at the same time, you need to build you CSS by yourself:
You should get two different files, that you may merge and minify using Sass or anything else. Then you would need to use This is quite laborious, but that's not a case we aimed to handle when we started the RTL support. I hope this help! |
Beta Was this translation helpful? Give feedback.
-
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
meanmargin-right
and in LTR version it meanmargin-left
.Beta Was this translation helpful? Give feedback.
All reactions