UIKit on Rails
Installation
In Bundler:
gem "uikit-on-rails"And then execute:
bundleOr install it yourself as::
gem install uikit-in-railsAdd 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