-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Adding RTL support. #26722
Adding RTL support. #26722
Conversation
Hi @mohamedragaey, thanks for this PR. We've talked about RTL many times, for example #24807 #24808 This solution is smart but it forces contributors to know that they should replace @mdo what do you think about this one? |
Hi @andresgalante, thanks for your reply. If we waited untill CSS logical properties and values to be implemented in browsers we won't use bootstrap RTL out of the box not in the near future |
👍 |
@andresgalante @mdo |
@andresgalante you say right, but when browsers support it, another time is required to update users of their browsers, i think it will take a year ... and I hope that bootstrap will be the 6th edition :-D |
@andresgalante @mdo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fetch upstream, fix the conflicts and drop any dist files from your commits.
@mohamedragaey: that's not a rebase. |
|
Nope. That is not a rebase nor have you dropped the dist file changes. |
@XhmikosR sorry but do you mean i should add dist files to gitignore or delete them and not commit them |
Please read https://github.com/twbs/bootstrap/blob/v4-dev/.github/CONTRIBUTING.md#pull-requests No dist files, and a proper rebase is needed for this to be reviewed eventually. |
@twbs/css-review: how do you want to proceed with this? It's unmergeable as it is, also we have #27027 |
We should definitely have a look how to support RTL in the future, but at the moment we have these issues:
|
I'm going to close this because this approach is going to be way too difficult to maintain. RTL is definitely something we should look in to in the future, but we need to find a simpler solution for it. |
Adding RTL support for bootstrap4.