Skip to content

Commit 6cf3469

Browse files
author
LGI@acti
committed
v2.4.0
1 parent 8814f81 commit 6cf3469

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Just a Flexbox Grid System
33

44
[![Join the chat at https://gitter.im/devlint/gridlex](https://badges.gitter.im/devlint/gridlex.svg)](https://gitter.im/devlint/gridlex?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5-
v. 2.4
5+
v. 2.4.0
66

77

88
Based on Flexbox (CSS Flexible Box Layout Module), Gridlex is a very simple css grid system to quickly create modern layouts and submodules.
@@ -24,7 +24,7 @@ To use Gridlex out of the box, call the gridlex.min.css file in your project :
2424

2525
Via cdnjs:
2626
```html
27-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4/gridlex.min.css">
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.0/gridlex.min.css">
2828
```
2929

3030
**I want to include it in my source files!**

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridlex",
3-
"version": "2.4",
3+
"version": "2.4.0",
44
"description": "Just a Flexbox Grid System",
55
"repository": {
66
"type": "git",

docs/cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<header class="header">
136136
<div><a href="index.html">
137137
<h1>Gridlex</h1>
138-
<p>Just a Flexbox Grid System <br>(2.4)</p>
138+
<p>Just a Flexbox Grid System <br>(2.4.0)</p>
139139
</a></div>
140140
</header>
141141
<div class="demoPage grid">

docs/contribs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<header class="header">
5454
<div><a href="index.html">
5555
<h1>Gridlex</h1>
56-
<p>Just a Flexbox Grid System <br>(v2.4)</p>
56+
<p>Just a Flexbox Grid System <br>(v2.4.0)</p>
5757
</a></div>
5858
</header>
5959
<div class="demoPage">

docs/demo/download.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/expo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<header class="header">
116116
<div><a href="index.html">
117117
<h1>Gridlex</h1>
118-
<p>Just a Flexbox Grid System <br>(2.4)</p>
118+
<p>Just a Flexbox Grid System <br>(2.4.0)</p>
119119
</a></div>
120120
</header>
121121

docs/gridlex.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<header class="header">
3030
<div><a href="index.html">
3131
<h1>Gridlex</h1>
32-
<p>Just a Flexbox Grid System <br>(v2.4)</p>
32+
<p>Just a Flexbox Grid System <br>(v2.4.0)</p>
3333
</a></div>
3434
</header>
3535
<div class="demoPage">
@@ -63,7 +63,7 @@ <h3>What can we expect?</h3>
6363
<div class="col-12">
6464
<h3>How to use Gridlex (in CSS)?</h3>
6565
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes needed:</p>
66-
<pre class="doc"><code>&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4/gridlex.min.css</a>"></code></pre>
66+
<pre class="doc"><code>&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.0/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.0/gridlex.min.css</a>"></code></pre>
6767
<p>See <a href="#documentation">CSS documentation</a></p>
6868
</div>
6969
<div class="col-12">

docs/indexAttribute.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<header class="header">
3030
<div><a href="index.html">
3131
<h1>Gridlex</h1>
32-
<p>Just a Flexbox Grid System <br>(v2.4)</p>
32+
<p>Just a Flexbox Grid System <br>(v2.4.0)</p>
3333
</a></div>
3434
</header>
3535
<div class="demoPage">
@@ -63,7 +63,7 @@ <h3>What can we expect?</h3>
6363
<div gridlex="col-12">
6464
<h3>How to use Gridlex (in CSS)?</h3>
6565
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes needed:</p>
66-
<pre class="doc"><code>&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4/gridlex.min.css</a>"></code></pre>
66+
<pre class="doc"><code>&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.0/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.0/gridlex.min.css</a>"></code></pre>
6767
<p>See <a href="#documentation">CSS documentation</a></p>
6868
</div>
6969
<div gridlex="col-12">

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)