An open API service indexing awesome lists of open source software.

https://github.com/nerzh/flexbox-rails


https://github.com/nerzh/flexbox-rails

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flexbox::Rails

## Installation

Add this line to your application's Gemfile:
```ruby
gem 'flexbox-rails'
```

Add to _application.css_
```css
//= require 'flexbox'
```

or for additional styles
```css
//= require 'additional_flexbox'
```

## Usage

###Read [WIKI](https://github.com/woodcrust/flexbox-rails/wiki) about Flexbox - rails

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

## License

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