Skip to content

Commit 3569b5c

Browse files
author
LGI@acti
committed
V2.4.1: Fix selector attributes + fix equalHeight + fix hidden helpers
1 parent bbed128 commit 3569b5c

17 files changed

Lines changed: 980 additions & 791 deletions

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.0
5+
v. 2.4.1
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.0/gridlex.min.css">
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.4.1/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.0",
3+
"version": "2.4.1",
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
@@ -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.4.0)</p>
114+
<p>Just a Flexbox Grid System <br>(2.4.1)</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.4.0)</p>
32+
<p>Just a Flexbox Grid System <br>(v2.4.1)</p>
3333
</a></div>
3434
</header>
3535
<div class="demoPage">

docs/demo/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ li{ font-size: 0.9rem; margin: 0; }
6969
right: 0;
7070
z-index: -1;
7171
bottom: 0;
72-
transform: skewY(4deg);
73-
transform-origin: 0%;
72+
transform: skewY(3deg);
73+
transform-origin: 0;
7474
}
7575
.header h1 {
7676
display: inline-flex;

docs/demo/demo.less

Lines changed: 0 additions & 210 deletions
This file was deleted.

docs/demo/demo.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.4.0)</p>
93+
<p>Just a Flexbox Grid System <br>(2.4.1)</p>
9494
</a></div>
9595
</header>
9696

0 commit comments

Comments
 (0)