Skip to content

ericboehs/uikit-on-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages