Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can i customize twitter bootstrap to work with right to left language? [duplicate]

how can i customize twitter bootstrap to work with right to left language?

any solution is highly appreciated easy way solution or hard way solution

like image 478
George Botros Avatar asked Mar 14 '12 10:03

George Botros


People also ask

How do I override Bootstrap variables?

Override Variables Bootstrap has its own “_variables. scss” in the “scss” folder, which contains all variables used in Bootstrap. Now, add the “abstracts” name folder in your scss folder and create “_custom-variables. scss” in that folder.

Does Bootstrap 5 support RTL?

As you know, Bootstrap in version 5 has an LTR version and an RTL version.

What is RTL in Bootstrap?

Learn how to enable support for right-to-left text in Bootstrap across our layout, components, and utilities.

Is Twitter Bootstrap the same as Bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.


1 Answers

you may use:

https://github.com/AbdullahDiaa/Bootstrap-RTL

or

https://github.com/donaldducky/bootstrap-rtl

good luck :)

like image 130
HasanAboShally Avatar answered Sep 25 '22 16:09

HasanAboShally