https://github.com/nerzh/flexbox-rails
https://github.com/nerzh/flexbox-rails
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerzh/flexbox-rails
- Owner: nerzh
- License: mit
- Created: 2016-06-13T05:01:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-31T19:54:03.000Z (11 months ago)
- Last Synced: 2026-01-13T06:42:24.386Z (5 months ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).