Sha256: c1c66335dd5d224d576feaf196da9197e8bdbbab988ff95d38adc036ee83c126

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

# ON::Standards::Rails

ON::Standards::Rails is gem to make your life easier when applying the Open Network style to our applications. You can get started by following the instructions below.

## Documenation
http://on-standards.herokuapp.com

## Installation
Add this line to your application's Gemfile:

    gem 'on-standards-rails', '~> 2.0'

And then execute:

    $ bundle install

## Usage

Add to application.js
`//= require on-standards`

add to application.sass
`@import on-standards`

add typekit to application.html.haml

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Change Log

### V2.0.0-alpha
- Migrates to use new Bootstrap V4 as Base
- Inital pre-release for Develop.Me initial revamp

### V1.5.1
- Update Gray Color Spectrum to 10 point step percentage variables. 
- Now use `$gray-%` where % is a 5 or multiple of 10 for gray colors.
- Final V1 Update

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
on-standards-rails-2.0.0.pre.alpha.1 README.md
on-standards-rails-2.0.0.pre.alpha README.md