#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) +TODO: Delete this and the text above, and describe your gem ## Installation ## 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"; ``` For Documentation on Pure Css [visit their site](http://purecss.io/)