Sha256: d79a7a1ae88cf88e8c4e115abf903370b9f84825f60f56b8b0a179665f8961d7

Contents?: true

Size: 660 Bytes

Versions: 3

Compression:

Stored size: 660 Bytes

Contents

# Primer for Rails

Primer (Github's) CSS framework implemenation in Rails.
More about Primer CSS framework you can find at the [official project page](http://primercss.io/).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'primer-rails'
```

And then execute:

    $ bundle install

## Usage

Add this line to your application.css / application.scss file:

```ruby
*= require primer
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/piotrjaworski/primer-rails.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
primer-rails-0.4.1 README.md
primer-rails-0.4.0 README.md
primer-rails-0.3.1 README.md