Sha256: f2d9f86ef6e4ae1b5ec6c5e3a29f21b0e34bd9f49a94da5a53bab365a9e45d42

Contents?: true

Size: 1.39 KB

Versions: 6

Compression:

Stored size: 1.39 KB

Contents

# Purecss Rails

Pure ([http://purecss.io/](http://purecss.io/)) is ridiculously tiny. The entire set of modules clocks in at 5.7KB minified and gzipped, without forgoing responsive styles, design, or ease of use. Crafted with mobile devices in mind, it was important to us to keep our file sizes small, and every line of CSS was carefully considered. If you decide to only use a subset of these modules, you'll save even more bytes.

purecss-rails project integrates Pure CSS toolkit for Rails Asset Pipeline

[![Build Status](https://travis-ci.org/brunohenrique/purecss-rails.png?branch=master)](https://travis-ci.org/brunohenrique/purecss-rails)
[![Code Climate](https://codeclimate.com/github/brunohenrique/purecss-rails.png)](https://codeclimate.com/github/brunohenrique/purecss-rails)

# Installation


Inside your Gemfile add the following line:

```ruby
group :assets do
  gem 'purecss-rails'
end
```

Then run `bundle install` to install the gem.

## What now?

```bash
$ rails g purecss:install

or

$ rails g purecss:install nonresponsive
```

To add a module, use the file  ```app/assets/stylesheets/purecss.css``` like this:

```
= require purecss/<module_name>
```


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
purecss-rails-0.2.1 README.md
purecss-rails-0.2.0 README.md
purecss-rails-0.1.0 README.md
purecss-rails-0.0.10 README.md
purecss-rails-0.0.9 README.md
purecss-rails-0.0.8 README.md