uikit-sass is a gem for UIKit that is compatible with the Rails asset pipeline.
In Bundler:
gem "uikit-sass"And then execute:
bundle install and restart your server to make the files available through the pipeline.
Import UIKit styles in app/assets/stylesheets/application.scss:
@import "uikit";Require UIKit Javascripts in app/assets/javascripts/application.js:
//= require jquery
//= require uikitBug reports and pull requests are welcome on GitHub at https://github.com/iqbalhasnan/uikit-sass.
The gem is available as open source under the terms of the MIT License.