Skip to content

Commit 697f16e

Browse files
author
LGI@acti
committed
Version 2.3.5
1 parent 2ec6964 commit 697f16e

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 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.3.4
5+
v. 2.3.5
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,12 +24,12 @@ 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.3.4/gridlex.min.css">
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.5/gridlex.min.css">
2828
```
2929

3030
Via jsdelivr:
3131
```html
32-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gridlex/2.3.4/gridlex.min.css">
32+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gridlex/2.3.5/gridlex.min.css">
3333
```
3434
**I want to include it in my source files!**
3535

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.3.4",
3+
"version": "2.3.5",
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.3.4)</p>
138+
<p>Just a Flexbox Grid System <br>(2.3.5)</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.3.4)</p>
56+
<p>Just a Flexbox Grid System <br>(v2.3.5)</p>
5757
</a></div>
5858
</header>
5959
<div class="demoPage">

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.3.4)</p>
118+
<p>Just a Flexbox Grid System <br>(2.3.5)</p>
119119
</a></div>
120120
</header>
121121

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<header class="header">
7171
<div><a href="index.html">
7272
<h1>Gridlex</h1>
73-
<p>Just a Flexbox Grid System <br>(v2.3.4)</p>
73+
<p>Just a Flexbox Grid System <br>(v2.3.5)</p>
7474
</a></div>
7575
</header>
7676
<div class="demoPage">
@@ -90,9 +90,9 @@ <h3>How it works?</h3>
9090
<p>The concept is simple: <br> you need to wrap your <code>.col</code> in a <code>.grid</code>. </p>
9191
<p>That's all.</p><br>
9292
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes needed:</p>
93-
<pre><code>&lt;link rel="stylesheet" href="<a href="https://cdn.jsdelivr.net/gridlex/2.3.4/gridlex.min.css">https://cdn.jsdelivr.net/gridlex/2.3.4/gridlex.min.css</a>">
93+
<pre><code>&lt;link rel="stylesheet" href="<a href="https://cdn.jsdelivr.net/gridlex/2.3.5/gridlex.min.css">https://cdn.jsdelivr.net/gridlex/2.3.5/gridlex.min.css</a>">
9494
OR
95-
&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.4/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.4/gridlex.min.css</a>"></code></pre>
95+
&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.5/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.5/gridlex.min.css</a>"></code></pre>
9696
<p>Or you can use Less or Sass files included!</p>
9797
</div>
9898
<div class="col-12">

docs/indexAttribute.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<header class="header">
7171
<div><a href="index.html">
7272
<h1>Gridlex</h1>
73-
<p>Just a Flexbox Grid System <br>(v2.3.4)</p>
73+
<p>Just a Flexbox Grid System <br>(v2.3.5)</p>
7474
</a></div>
7575
</header>
7676
<div class="demoPage">
@@ -90,9 +90,9 @@ <h3>How it works?</h3>
9090
<p>The concept is simple: <br> you need to wrap your <code>.col</code> in a <code>.grid</code>. </p>
9191
<p>That's all.</p><br>
9292
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes needed:</p>
93-
<pre><code>&lt;link rel="stylesheet" href="<a href="https://cdn.jsdelivr.net/gridlex/2.3.4/gridlex.min.css">https://cdn.jsdelivr.net/gridlex/2.3.4/gridlex.min.css</a>">
93+
<pre><code>&lt;link rel="stylesheet" href="<a href="https://cdn.jsdelivr.net/gridlex/2.3.5/gridlex.min.css">https://cdn.jsdelivr.net/gridlex/2.3.5/gridlex.min.css</a>">
9494
OR
95-
&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.4/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.4/gridlex.min.css</a>"></code></pre>
95+
&lt;link rel="stylesheet" href="<a href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.5/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.3.5/gridlex.min.css</a>"></code></pre>
9696
<p>Or you can use Less or Sass files included!</p>
9797
</div>
9898
<div gridlex="col-12">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Just a Flexbox Grid System",
44
"url": "https://github.com/devlint/gridlex",
55
"author": "https://github.com/devlint",
6-
"version": "2.3.4",
6+
"version": "2.3.5",
77
"repository": {
88
"type": "git",
99
"url": "[email protected]:devlint/gridlex.git"

0 commit comments

Comments
 (0)