Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0 #272

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

7.0 #272

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

108 changes: 0 additions & 108 deletions Gruntfile.js

This file was deleted.

24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,29 @@
Flexbox Grid
===========
============

[flexboxgrid.com](http://flexboxgrid.com)

Grid based on the `flex` display property.

Install
---------
-------
### npm
`npm i flexboxgrid --save`

### bower
`bower install flexboxgrid`

### cdn
```
<link rel="stylesheet" href="https://cdn.jsdelivr.net/flexboxgrid/6.3.0/flexboxgrid.min.css" type="text/css" >
```
<code>CDNJS</code>

`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/flexboxgrid/7.0.0/flexboxgrid.min.css" type="text/css" >`

### css
* [Development](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/dist/flexboxgrid.css)
* [Production](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/dist/flexboxgrid.min.css)
* [Development](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/flexboxgrid.css)
* [Production](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/flexboxgrid.min.css)

Add the `flexboxgrid.css` __development__ or `flexboxgrid.min.css` __production__ to your html page.

```
<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">
<link rel="stylesheet" href="flexboxgrid.min.css" type="text/css">
```
Inspiration
-----------
- [topcoat-grid](https://github.com/topcoat/grid)
- [flexbox-grid by @zeMicro](https://github.com/zeMirco/flexbox-grid)
- [ptb2.me/flexgrid](http://ptb2.me/flexgrid/)
- [codepen.io/marcolago/pen/lqGFb](http://codepen.io/marcolago/pen/lqGFb)
- [philipwalton.github.io/solved-by-flexbox/demos/grids](http://philipwalton.github.io/solved-by-flexbox/demos/grids/)
- [davidwalsh.name/stylus-grid](http://davidwalsh.name/stylus-grid)
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "flexboxgrid",
"version": "6.2.0",
"version": "7.0.0",
"license": "Apache 2",
"homepage": "https://github.com/kristoferjoseph/flexboxgrid",
"authors": [
"@dam"
],
"description": "Grid based on the flex display property.",
"main": "dist/flexboxgrid.css",
"main": "./flexboxgrid.css",
"keywords": [
"browser",
"flexbox",
Expand Down
Loading