bulma-sass-rails

Integrates Bulma with the rails asset pipeline.

A modern CSS framework based on Flexbox.

The gem inspired by joshuajansen/bulma-rails.

I want to keep bulma be the latest version with the official bulma, so I make the gem base on joshuajansen/bulma-rails, I'm here to express my gratitude to joshuajansen/bulma-rails.

Installation

gem "bulma-sass-rails"

And then execute:

$ bundle

Or install it yourself as:

$ gem install bulma-sass-rails

Usage

To import all assets in your Rails project, add the following line to your application.scss:

@import "bulma";

or

@import "bulma-rtl";

For information about customizing Bulma, see: http://bulma.io/documentation/overview/start/