GitXplorerGitXplorer
e

uikit-on-rails

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5e6cf36961b54fc174890bfc96e19be9bf016ec2

Remove full uikit, build from core. Fix dropdowns

eericboehs committed 8 years ago
Unverified
f3c4c8811e7d857a857ccc21f86d3aa5f74b50be

Remove font awesome declaration

eericboehs committed 8 years ago
Unverified
f8613d3412acb9fc6e9c6741163b0f16277544ac

UIKit 2.27.1

eericboehs committed 8 years ago

README

The README file for this repository.

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