Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development.
Bootstrap RTL provides simple yet robust right-to-left capability for Bootstrap 3, by employing new theming feature of it. Simply add its CSS after bootstrap's original CSS, to the pages designed by Bootstrap 3.
To get started, download latest version. Check examples/
directory for more. It's just like Bootstrap 3, nothing special. You can also install it via bower:
- Run
bower install bootstrap-rtl
and latest version will be installed under bower_components/bootstrap-rtl/ directory.
In addition to bootstrap distribution, LESS codes for RTL theme and compiled CSS (bootstrap-rtl.css
) are provided, as well as minified CSS (bootstrap-rtl.min.css
). Check dist/
directory for all the codes you need.
Glyphicons and Iranian Sans are included for icons and farsi scripts, respectively.
Bootstrap RTL uses Grunt for working with the framework. Follow these simple steps to prepare and compile:
- Run
npm install
to download and prepare dependencies. - Run
grunt
, and checkdist/
directory for outputs.
If you want a bug fixed, fork the project, do whatever it takes by yourself, and finally submit a pull request.
Morteza Ansarinia
See the file LICENSE for the full license governing this project.
© 2013 Twitter, Inc. Under the Apache 2.0 license.