zostera / django-bootstrap4

Bootstrap 4 integration with Django.
https://django-bootstrap4.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.03k stars 262 forks source link

RTL Bootstrap Support #88

Open MRdevX opened 6 years ago

MRdevX commented 6 years ago

Hi, i'm working on an opensource project and i want to make it RTL, the project uses django-bootstrap4. is there any way to integrate rtl-bootstrap with django-bootstrap4 ? thanks

xi commented 6 years ago

Just adding this to your settings should do most of the work:

BOOTSTRAP4 = {
    'css_url': 'https://cdn.rtlcss.com/bootstrap/v4.0.0/css/bootstrap.min.css',
}
MRdevX commented 6 years ago

thanks alot, but... unfortunately nothing happened after doing this. i'm working on Saleor Project. do you think there is any alternative way to make it happen?

dyve commented 6 years ago

Hi all, little to no RTL experience here, so any input from people who do use RTL pages would be most welcome.