-
Notifications
You must be signed in to change notification settings - Fork 72
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
body with direction : rtl #21
Comments
your question is kind of irrelevant to the purpose of the repo but I don't advice using this line of code to be honest because it's too general. Also using the The idea of converting any code to RTL is to change properties that affects the direction like floating, margins, paddings, clearing and etc... JS has nothing to do with directions unless if the JS code is direction dependent which means the CSS properties that affects directions are being manipulated inside the JS |
the line of code is too general ? ok what's wrong ?! |
for example : |
I totally get your point. If this property would affect any plugin within bootstrap I would fix it but it's not, so it's irrelevant. You can add/fix what you want to suite your needs in your own custom code |
sorry for the two issues, i just want to ask about giving the body direction : rtl
because when i did this before any jquery plugin i embed in my document like : gallery slider or simple bootstrap slider were destroyed
how can i fix this ?
i tried before this line i've created :
:not(body),:not(div),*:not(html){ direction: rtl }
it works
The text was updated successfully, but these errors were encountered: