From 80f515e1d1c73b673455d351d79a77a8ab44467d Mon Sep 17 00:00:00 2001 From: "LGI@acti" Date: Mon, 26 Feb 2018 16:55:17 +0100 Subject: [PATCH] Version 2.7.1 --- README.md | 6 +++--- bower.json | 2 +- dist/gridlex.css | 2 +- docs/cards.html | 2 +- docs/contribs.html | 2 +- docs/expo.html | 2 +- docs/gridlex.css | 2 +- docs/index.html | 4 ++-- docs/indexAttribute.html | 4 ++-- package.json | 2 +- src/gridlex.scss | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index cb2f781..935a412 100644 --- a/README.md +++ b/README.md @@ -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.7.0 +v. 2.7.1 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 : Via cdnjs: ```html - + ``` **I want to include it in my source files!** -Just include gridlex/src/gridlex.less or gridlex/src/gridlex.scss +Just include gridlex/src/gridlex.scss and update the $gl- vars: diff --git a/bower.json b/bower.json index 7c83d85..e670f04 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gridlex", - "version": "2.7", + "version": "2.7.1", "description": "Just a Flexbox Grid System", "repository": { "type": "git", diff --git a/dist/gridlex.css b/dist/gridlex.css index 558a67d..4a6ca7d 100644 --- a/dist/gridlex.css +++ b/dist/gridlex.css @@ -1,6 +1,6 @@ /* ========================================================================== GRIDLEX - Just a Flexbox Grid System - v. 2.7.0 + Just a Flexbox Grid System - v. 2.7.1 ========================================================================== */ [class~="grid"], [class*="grid-"], diff --git a/docs/cards.html b/docs/cards.html index 4419596..8457252 100644 --- a/docs/cards.html +++ b/docs/cards.html @@ -111,7 +111,7 @@

Gridlex

-

Just a Flexbox Grid System
(2.7.0)

+

Just a Flexbox Grid System
(2.7.1)

diff --git a/docs/contribs.html b/docs/contribs.html index 6180e99..fe95b0c 100644 --- a/docs/contribs.html +++ b/docs/contribs.html @@ -29,7 +29,7 @@

Gridlex

-

Just a Flexbox Grid System
(v2.7.0)

+

Just a Flexbox Grid System
(v2.7.1)

diff --git a/docs/expo.html b/docs/expo.html index e16d6b8..b3f3adb 100644 --- a/docs/expo.html +++ b/docs/expo.html @@ -90,7 +90,7 @@

Gridlex

-

Just a Flexbox Grid System
(2.7.0)

+

Just a Flexbox Grid System
(2.7.1)

diff --git a/docs/gridlex.css b/docs/gridlex.css index 558a67d..4a6ca7d 100644 --- a/docs/gridlex.css +++ b/docs/gridlex.css @@ -1,6 +1,6 @@ /* ========================================================================== GRIDLEX - Just a Flexbox Grid System - v. 2.7.0 + Just a Flexbox Grid System - v. 2.7.1 ========================================================================== */ [class~="grid"], [class*="grid-"], diff --git a/docs/index.html b/docs/index.html index 5d1fc48..3f5a96d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@

Gridlex

-

Just a Flexbox Grid System
(v2.7.0)

+

Just a Flexbox Grid System
(v2.7.1)

@@ -73,7 +73,7 @@

How to use Gridlex (in CSS)?

Gridlex is ready to use "out of the box" in CSS, with all the vendor prefixes needed:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css">
+ href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.1/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.1/gridlex.min.css">

See CSS documentation

diff --git a/docs/indexAttribute.html b/docs/indexAttribute.html index a2035c5..2534e69 100644 --- a/docs/indexAttribute.html +++ b/docs/indexAttribute.html @@ -29,7 +29,7 @@
@@ -63,7 +63,7 @@

What can we expect?

How to use Gridlex (in CSS)?

Gridlex is ready to use "out of the box" in CSS, with all the vendor prefixes needed:

-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.1/gridlex.min.css">

See CSS documentation

diff --git a/package.json b/package.json index 7ab02ee..616d1b4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/devlint/gridlex", "homepage": "http://gridlex.devlint.fr", "author": "https://github.com/devlint", - "version": "2.7.0", + "version": "2.7.1", "repository": { "type": "git", "url": "git@github.com:devlint/gridlex.git" diff --git a/src/gridlex.scss b/src/gridlex.scss index e9564aa..bd44dab 100644 --- a/src/gridlex.scss +++ b/src/gridlex.scss @@ -1,6 +1,6 @@ /* ========================================================================== GRIDLEX - Just a Flexbox Grid System - v. 2.7.0 + Just a Flexbox Grid System - v. 2.7.1 ========================================================================== */ @import "gridlex-vars"; @import "gridlex-preprocessing";