Sha256: 17a02335738a844d002bbe40a12272337eaf55902e710bbb8be3badef1903c64

Contents?: true

Size: 704 Bytes

Versions: 6

Compression:

Stored size: 704 Bytes

Contents

# 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).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pure-for-rails-0.1.8 README.md
pure-for-rails-0.1.7 README.md
pure-for-rails-0.1.6 README.md
pure-for-rails-0.1.5 README.md
pure-for-rails-0.1.4 README.md
pure-for-rails-0.1.3 README.md