Nunify

=================================

Installation

gem install 'nunify'

or add this to your Gemfile

gem 'unify', '~> 0.0.2'

Usage

Add this to your application.scss

@import 'nunify';

And add this to your application.js

//=require nunify

Nunify uses default theme by default. To use another theme, add this to your application.scss

@import 'nunify';
@import 'nunify/themes/[your_theme_name]'

That's it. Enjoy!!!