Sha256: a8042e1db69eb993f72c93e1ca70c68a4c0d960114d0ed1e4d066fbcc3a8eb05

Contents?: true

Size: 495 Bytes

Versions: 6

Compression:

Stored size: 495 Bytes

Contents

# Nunify
=================================

###Installation

```
gem install 'nunify'
```

or add this to your `Gemfile`

```
gem 'unify', '~> 0.0.2'
```

###Usage

Add this to your `application.scss`

```scss
@import 'nunify';
```

And add this to your `application.js` 

```js
//=require nunify
```

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

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

That's it. Enjoy!!!

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nunify-0.5.4 README.md
nunify-0.5.3 README.md
nunify-0.5.2 README.md
nunify-0.5.1 README.md
nunify-0.5.0 README.md
nunify-0.0.3 README.md