Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LGI@acti committed Jul 17, 2017
1 parent 8814f81 commit 6cf3469
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Just a Flexbox Grid System

[![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)
v. 2.4
v. 2.4.0


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 @@ -24,7 +24,7 @@ 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.4/gridlex.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.0/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.4",
"version": "2.4.0",
"description": "Just a Flexbox Grid System",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion docs/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>(2.4)</p>
<p>Just a Flexbox Grid System <br>(2.4.0)</p>
</a></div>
</header>
<div class="demoPage grid">
Expand Down
2 changes: 1 addition & 1 deletion docs/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.4)</p>
<p>Just a Flexbox Grid System <br>(v2.4.0)</p>
</a></div>
</header>
<div class="demoPage">
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/expo.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<header class="header">
<div><a href="index.html">
<h1>Gridlex</h1>
<p>Just a Flexbox Grid System <br>(2.4)</p>
<p>Just a Flexbox Grid System <br>(2.4.0)</p>
</a></div>
</header>

Expand Down
2 changes: 1 addition & 1 deletion docs/gridlex.css

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

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<header class="header">
<div><a href="index.html">
<h1>Gridlex</h1>
<p>Just a Flexbox Grid System <br>(v2.4)</p>
<p>Just a Flexbox Grid System <br>(v2.4.0)</p>
</a></div>
</header>
<div class="demoPage">
Expand Down Expand Up @@ -63,7 +63,7 @@ <h3>What can we expect?</h3>
<div class="col-12">
<h3>How to use Gridlex (in CSS)?</h3>
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes needed:</p>
<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>
<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>
<p>See <a href="#documentation">CSS documentation</a></p>
</div>
<div class="col-12">
Expand Down
4 changes: 2 additions & 2 deletions docs/indexAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<header class="header">
<div><a href="index.html">
<h1>Gridlex</h1>
<p>Just a Flexbox Grid System <br>(v2.4)</p>
<p>Just a Flexbox Grid System <br>(v2.4.0)</p>
</a></div>
</header>
<div class="demoPage">
Expand Down Expand Up @@ -63,7 +63,7 @@ <h3>What can we expect?</h3>
<div gridlex="col-12">
<h3>How to use Gridlex (in CSS)?</h3>
<p><strong>Gridlex</strong> is ready to use "out of the box" in CSS, with all the vendor prefixes needed:</p>
<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>
<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>
<p>See <a href="#documentation">CSS documentation</a></p>
</div>
<div gridlex="col-12">
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/gridlex.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==========================================================================
GRIDLEX
Just a Flexbox Grid System - v. 2.4
Just a Flexbox Grid System - v. 2.4.0
========================================================================== */

@import "gridlex-vars";
Expand Down

0 comments on commit 6cf3469

Please sign in to comment.