Sha256: 208c1075f0e369e5f96956162cf59c1f96b6dce0b541fd5fd5d9c2a7e02f17e9

Contents?: true

Size: 795 Bytes

Versions: 2

Compression:

Stored size: 795 Bytes

Contents

# Pure CSS for Rails Asset Pipeline

Based on [pure.css](http://purecss.io/) version 0.1.0.

## Install

1. Add this to your Gemfile

    `gem "pure-css-rails"`

2. Run

    `$ bundle`

3. Add `pure` to application.css (Use `pure-nr` for non-responsive version)


    `*= pure`

4. Profit!

You don't need to add `normalize.css`, it is already included.

## Contribute

In the case you find out that something is missing or does not work in a way
you'd expect, please file an issue through GitHub.

If you know how to fix the problem, please submit a pull request (preferrably
from a topic branch) - patches are always welcome.

Otherwise, just let me know and I'll see how the issue can be resolved. Other
contributions (correcting or extending the docs / spreading the word) are also
welcome.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pure-css-rails-0.0.2 README.md
pure-css-rails-0.0.1 README.md