No release in over a year
Integrate Bulma sass with the asset pipeline in Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
 Project Readme

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/