Skip to content

Commit f640643

Browse files
author
LGI@acti
committed
Version 2.7.0
1 parent d87844d commit f640643

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
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.7
5+
v. 2.7.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.7/gridlex.min.css">
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css">
2828
```
2929

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

dist/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/cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<header class="header">
112112
<div><a href="index.html">
113113
<h1>Gridlex</h1>
114-
<p>Just a Flexbox Grid System <br>(2.7)</p>
114+
<p>Just a Flexbox Grid System <br>(2.7.0)</p>
115115
</a></div>
116116
</header>
117117
<div class="demoPage grid">

docs/contribs.html

Lines changed: 1 addition & 1 deletion
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.7)</p>
32+
<p>Just a Flexbox Grid System <br>(v2.7.0)</p>
3333
</a></div>
3434
</header>
3535
<div class="demoPage">

docs/expo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<header class="header">
9191
<div><a href="index.html">
9292
<h1>Gridlex</h1>
93-
<p>Just a Flexbox Grid System <br>(2.7)</p>
93+
<p>Just a Flexbox Grid System <br>(2.7.0)</p>
9494
</a></div>
9595
</header>
9696

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.7)</p>
32+
<p>Just a Flexbox Grid System <br>(v2.7.0)</p>
3333
</a></div>
3434
</header>
3535
<div class="demoPage">
@@ -73,7 +73,7 @@ <h3>How to use Gridlex (in CSS)?</h3>
7373
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes
7474
needed:</p>
7575
<pre class="doc"><code>&lt;link rel="stylesheet" href="<a
76-
href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7/gridlex.min.css</a>"></code></pre>
76+
href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css</a>"></code></pre>
7777
<p>See <a href="#documentation">CSS documentation</a></p>
7878
</div>
7979
<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.7)</p>
32+
<p>Just a Flexbox Grid System <br>(v2.7.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.7/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7/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.7.0/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css</a>"></code></pre>
6767
<p>See <a href="#documentation">CSS documentation</a></p>
6868
</div>
6969
<div gridlex="col-12">

src/gridlex.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ==========================================================================
22
GRIDLEX
3-
Just a Flexbox Grid System - v. 2.7
3+
Just a Flexbox Grid System - v. 2.7.0
44
========================================================================== */
55
@import "gridlex-vars";
66
@import "gridlex-preprocessing";

0 commit comments

Comments
 (0)