Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johno/flexbox
- Owner: johno
- License: mit
- Created: 2014-09-23T22:23:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T00:48:03.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T17:30:47.865Z (4 months ago)
- Language: CSS
- Homepage: http://furtive.co
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RequestCrafted with <3 by [John Otander](http://johnotander.com) ([@4lpine](https://twitter.com/4lpine)).