Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

nicbet/rails-uikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-uikit

Usage

Add rails-uikit to your Gemfile:

gem "rails-uikit", git: 'git://github.com/nicbet/rails-uikit.git'

Then, import the asset using Sprockets’ require directive:

//= require "uikit"

Rename your assets/stylesheets/application.css to application.scss and add the following directives to use the included theme:

@import "uikit/variables-theme.scss";
@import "uikit/mixins-theme.scss";
@import "uikit/uikit-theme.scss";

To only include the core styling a simple require directive is sufficient instead:

*= require uikit