# [Bootstrap 3 RTL](https://github.com/z-avanes/bootstrap3-rtl)

Bootstrap 3 for rtl language like persian, arabic ...

## Features

* [gulp](http://gulpjs.com/) build css from Sass
* [Bootstrap](http://getbootstrap.com/)

## Usage

clone or download repository
```sh
git clone https://github.com/z-avanes/bootstrap-rtl
```
or install with bower
```sh
bower install bootstrap3-rtl
```
or install with npm
```sh
npm install bootstrap3-rtl
```

go to bootstrap3-rtl directory
```sh
cd bootstrap3-rtl
```

install npm packages

```sh
npm install
```

generate css

```sh
gulp build
```

After proccess finish you can find css file in dist directory

if you need customization use custome-variables.scss and bootstrap.scss file

## Contributing

Contributions are welcome from everyone.