Integrates Bulma with the rails asset pipeline.
A modern CSS framework based on Flexbox.
Add this line to your application's Gemfile:
gem "bulma-rails", "~> 0.9.3"
And then execute:
$ bundle
To import all assets in your Rails project, add the following line to your application.scss:
@import "bulma";
For information about customizing Bulma, see: http://bulma.io/documentation/overview/start/
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request