bulma-rails

A modern CSS framework based on Flexbox


License
MIT
Install
gem install bulma-rails -v 0.9.2

Documentation

bulma-rails

Integrates Bulma with the rails asset pipeline.

A modern CSS framework based on Flexbox.

Installation

Add this line to your application's Gemfile:

gem "bulma-rails", "~> 0.9.3"

And then execute:

$ bundle

Usage

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

@import "bulma";

For information about customizing Bulma, see: Customizing with Sass. As you don't need to download any files, jump to 2 Set your variables. Beware that the example shown there uses SASS instead of SCSS syntax.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request