Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johno/flexbox

A miniature CSS3 flexbox grid.
https://github.com/johno/flexbox

Last synced: 9 days ago
JSON representation

A miniature CSS3 flexbox grid.

Awesome Lists containing this project

README

        

# Flexbox

A simple flexbox grid system and media object. Where the flex components for live.

## Installation

Install via npm:

```
$ npm install --save flexbox
```

Install via bower:

```
$ bower install --save flexbox
```

## Usage

Detailed documentation and examples can be found at [furtive.co](http://furtive.co).

## License

MIT

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

Crafted with <3 by [John Otander](http://johnotander.com) ([@4lpine](https://twitter.com/4lpine)).