Skip to content

iqbalhasnan/uikit-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIKit Sass

uikit-sass is a gem for UIKit that is compatible with the Rails asset pipeline.

Installation

In Bundler:

gem "uikit-sass"

And then execute: bundle install and restart your server to make the files available through the pipeline.

Add UIkit to your CSS

Import UIKit styles in app/assets/stylesheets/application.scss:

@import "uikit";

Add UIkit to your CSS

Require UIKit Javascripts in app/assets/javascripts/application.js:

//= require jquery
//= require uikit

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iqbalhasnan/uikit-sass.

License

The gem is available as open source under the terms of the MIT License.

Releases

No releases published

Packages

No packages published

Languages