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.
http://on-standards.herokuapp.com
Add this line to your application's Gemfile:
gem 'on-standards-rails', '~> 2.0'
And then execute:
$ bundle install
Add to application.js
//= require on-standards
add to application.sass
@import on-standards
add typekit to application.html.haml
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Fixes ES6 bugs
- Adds Dependancies sass ~> 3.4, sass-rails 5.0.3
- Fixes Gem Deployment Bug
- Migrates to use new Bootstrap V4 as Base
- Removes foundation, compass
- Inital pre-release for Develop.Me initial revamp
- 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