Sha256: 077263a3ee37553fb6f11df51d225864b270ec66a126bb3bf8185ccdaefd2370

Contents?: true

Size: 671 Bytes

Versions: 3

Compression:

Stored size: 671 Bytes

Contents

# Aesthetics::Rails

Aesthetics::Rails is a gem of the Aesthetics CSS Framework.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'aesthetics-rails'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install aesthetics-rails

### Usage

Add this line to your application.scss:

```ruby
@import "aesthetics";
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/aesthetics-rails/fork )
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 a new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aesthetics-rails-0.1.3.pre.alpha README.md
aesthetics-rails-0.1.1.pre.alpha README.md
aesthetics-rails-0.1.0.pre.alpha README.md