# Bulma-RTL

Bulma is a **modern CSS framework** based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) and this repo keeps the RTL version of it.

[![npm](https://img.shields.io/npm/v/bulma-rtl.svg)](https://www.npmjs.com/package/bulma-rtl)
[![npm](https://img.shields.io/npm/dm/bulma-rtl.svg)](https://www.npmjs.com/package/bulma-rtl)
[![Build Status](https://travis-ci.org/jgthms/bulma.svg?branch=master)](https://travis-ci.org/jgthms/bulma)

<a href="https://bulma.io"><img src="https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png" alt="Bulma: a Flexbox CSS framework" style="max-width:100%;" width="600"></a>

## Quick install

Bulma-rtl is constantly in development! Try it out now:

### NPM

```sh
npm install bulma-rtl
```

**or**

### Yarn

```sh
yarn add bulma-rtl
```

### Bower

```sh
bower install bulma-rtl
```

### Import
After installation, you can use **bulma.css** or **bulma.sass** for **LTR** or **bulma-rtl.css** or **bulma-rtl.sass** for **RTL** styles
(there is no need to include LTR styles to use RTL).

```css
import 'bulma/css/bulma-rtl.css'
```

Feel free to raise an issue or submit a pull request related to RTL styles.

## Browser Support

Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](https://caniuse.com/#feat=flexbox), Bulma is compatible with **recent** versions of:

* Chrome
* Edge
* Firefox
* Opera
* Safari

Internet Explorer (10+) is only partially supported.

## Documentation

The documentation resides in the [docs](docs) directory, and is built with the Ruby-based [Jekyll](https://jekyllrb.com/) tool.

Browse the [online documentation here.](https://bulma.io/documentation/overview/start/)

## Copyright and license

Code copyright 2019 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).

[npm-link]: https://www.npmjs.com/package/bulma
[awesome-link]:  https://github.com/awesome-css-group/awesome-css
[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
