Skip to content

Commit

Permalink
Fix selector *col in makeGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
oneTea committed Jan 6, 2016
1 parent b82aa1c commit ce35958
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 96 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gridlex
## Just a Flexbox Grid System
v. 2.0.7
v. 2.0.8

Based on Flexbox (CSS Flexible Box Layout Module), Gridlex is a very simple css grid system to quickly create modern layouts and submodules.

Expand All @@ -21,12 +21,12 @@ To use Gridlex out of the box, call the gridlex.min.css file in your project :

Via cdnjs:
```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.0.7/gridlex.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.0.8/gridlex.min.css">
```

Via jsdelivr:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gridlex/2.0.7/gridlex.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gridlex/2.0.8/gridlex.min.css">
```
**I want to include it in my source files!**

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridlex",
"version": "2.0.7",
"version": "2.0.8",
"description": "Just a Flexbox Grid System",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<header class="header">
<div><a href="index.html">
<h1>Gridlex</h1>
<p>Just a Flexbox Grid System <br>(v2.0.7)</p>
<p>Just a Flexbox Grid System <br>(v2.0.8)</p>
</a></div>
</header>
<div class="demoPage grid">
Expand Down
2 changes: 1 addition & 1 deletion dist/contribs.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<header class="header">
<div><a href="index.html">
<h1>Gridlex</h1>
<p>Just a Flexbox Grid System <br>(v2.0.7)</p>
<p>Just a Flexbox Grid System <br>(v2.0.8)</p>
</a></div>
</header>
<div class="demoPage">
Expand Down
2 changes: 1 addition & 1 deletion dist/demo/demo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce35958

Please sign in to comment.