# Pure-for-Rails [![Gem Version](https://badge.fury.io/rb/pure-for-rails.svg)](https://badge.fury.io/rb/pure-for-rails) Rails Gem for [Yahoo Pure css](http://purecss.io/) ![Yahoo Pure Css for Rails](http://purecss.io/img/logo_pure@2x.png) ## Installation ```ruby gem 'pure-for-rails' ``` `bundle install` and restart your server to make the files available through the pipeline. Edit application.css.scss ```css @import "css/pure-rails"; ``` For Documentation on Pure Css [visit their site](http://purecss.io/) ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).