Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL Support #21180

Closed
omaratpxt opened this issue Nov 22, 2016 · 3 comments
Closed

RTL Support #21180

omaratpxt opened this issue Nov 22, 2016 · 3 comments

Comments

@omaratpxt
Copy link

omaratpxt commented Nov 22, 2016

please give this fork a look,

https://github.com/pixxet/Bootstrap-4-RTL-Support

Its a 100% RTL support without only flipping the directions. all you need is to define $rtl: true; to make bootstrap support RTL.

directions are named to $direction_1 and $direction_2 and defined base on the value of $rtl.

default $rtl: false;

hope this helps someone, and it would be great if twbs would adapt this solution.

@mdo
Copy link
Member

mdo commented Nov 22, 2016

Thanks for the heads up. We'll keep an eye on it as we consider RTL options in future versions.

@mdo mdo closed this as completed Nov 22, 2016
@BobbyBabes
Copy link

BobbyBabes commented Dec 20, 2016

Thanks @Pixxet.
I do not need to support RTL (at the moment) but now and then I am looking at how to add it anyway.
I was going to go for this Sass solution : http://matanich.com/2013/09/06/rtl-css-with-sass (Github repo is linked at the bottom of the blog post.)
But I will also look at how that repo that you linked implemented RTL support.

@DediData
Copy link

Hi,
You can use this patch for full RTL compatibility for both Bootstrap 3.3.7 and 4.0.0-alpha.6
https://github.com/parsmizban/RTL-Bootstrap
If you have any pre designed theme, You can use this path to make your template RTL very easy
Good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants