uikit-on-rails

Use UIkit in your Rails project.


License
MIT
Install
gem install uikit-on-rails -v 1.5.2

Documentation

UIKit on Rails

Installation

In Bundler:

gem "uikit-on-rails"

And then execute:

bundle

Or install it yourself as::

gem install uikit-in-rails

Add UIkit to your CSS

Append the following line to your app/assets/stylesheets/application.css file:

/*= require uikit */

If you're planning on using Sass, then you'll want to rename application.css to application.sass. That file should then look like:

@import "uikit"

Add UIkit to your JS

Append the following line to your app/assets/javascripts/application.js file:

//= require uikit