0.0
No commit activity in last 3 years
No release in over 3 years
Use UIkit in your Rails project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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