bulma-rtl
v0.8.0
Published
RTL fork of Bulma
Downloads
13
Maintainers
Readme
Bulma-RTL
Bulma is a modern CSS framework based on Flexbox and this repo keeps the RTL version of it.
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/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.