Skip to content

mohammadrafigh/bulma-rtl

 
 

Repository files navigation

DEPRECATED

Bulma 0.9.0 supports RTL, so this fork is not maintained anymore.

Bulma-RTL

Bulma is a modern CSS framework based on Flexbox and this repo keeps the RTL version of it.

npm npm Build Status

Bulma: a Flexbox CSS framework

Quick install

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

NPM

npm install bulma-rtl

or

Yarn

yarn add bulma-rtl

Bower

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).

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

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

Browser Support

Bulma uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, 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 directory, and is built with the Ruby-based Jekyll tool.

Browse the online documentation here.

Copyright and license

Code copyright 2019 Jeremy Thomas. Code released under the MIT license.

Packages

No packages published

Languages

  • CSS 99.7%
  • Shell 0.3%