Sha256: d9aed2367a1e94ddfd35cf7c76f75d040ab4c44932814e8521bea016d59d2817
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
[![Build Status](https://travis-ci.org/mgi166/now-ui-kit-rails.svg?branch=master)](https://travis-ci.org/mgi166/now-ui-kit-rails) # NowUiKit::Rails `now-ui-kit-rails` provides [now-ui-kit](https://github.com/creativetimofficial/now-ui-kit) assets as a [Rails](https://github.com/rails/rails) engine with asset pipeline. ## Installation ```ruby gem 'now-ui-kit-rails' ``` ## Usage ### Styles Add this to your `app/assets/stylesheets/application.css.scss`. ``` @import "now-ui-kit"; ``` ### Javascripts Add this to your `app/assets/javascripts/application.js`. ``` //= require now-ui-kit ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/mgi166/now-ui-kit-rails. 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](http://opensource.org/licenses/MIT). ## Notes Thanks to the beautiful creatives [creativetimofficial/now-ui-kit](https://github.com/creativetimofficial/now-ui-kit).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
now-ui-kit-rails-0.0.5 | README.md |
now-ui-kit-rails-0.0.4 | README.md |
now-ui-kit-rails-0.0.3 | README.md |