Sha256: f20c8e9541226a7d26afaca339773f620018f7c9fba0b4d05c783d0abfe9d128
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
# Bulma Extensions Rails Ruby on rails wrapper for [bulma extensions](https://github.com/Wikiki/bulma-extensions) Ruby gem: [https://rubygems.org/gems/bulma-extensions-rails](https://rubygems.org/gems/bulma-extensions-rails) ## Installation Add this line to your application's Gemfile: ```ruby gem 'bulma-extensions-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install bulma-extensions-rails In your `app/assets/stylesheets/application.css` add: ```css *= bulma-extensions ``` Or in your `app/assets/stylesheets/application.scss` add: ```scss @import 'bulma-extensions'; ``` ## Usage Follow the bulma extensions documentation and demos [here](https://wikiki.github.io/) ## Contributing Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bulma-extensions-rails-1.0.26 | README.md |
bulma-extensions-rails-1.0.14 | README.md |