Skip to content

Commit f721ce3

Browse files
committed
update from V 1.3.0
1 parent 610bc3e commit f721ce3

7 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[<img src="https://rawgit.com/afonsopacifer/flex-grid-framework/master/readme-cover.svg" alt="Flex Grid Framework">](http://flexgridframework.com/)
22

33
[![license mit](https://img.shields.io/badge/licence-MIT-yellow.svg)](https://github.com/afonsopacifer/flex-grid-framework/blob/master/license.md)
4-
[![release](https://img.shields.io/badge/release-v1.2.1-yellow.svg)](https://github.com/afonsopacifer/flex-grid-framework/archive/1.2.1.zip)
4+
[![release](https://img.shields.io/badge/release-v1.3.1-yellow.svg)](https://github.com/afonsopacifer/flex-grid-framework/archive/1.3.1.zip)
55

66
# [FlexGridFramework.com](http://flexgridframework.com/)
77

_flex-grid-framework.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Website:
88
http://flexgridframework.com/
99
Author:
1010
Afonso Pacifer (afonsopacifer.com)
11-
Version: 1.2.1
11+
Version: 1.3.1
1212
Licence:
1313
MIT - https://github.com/afonsopacifer/flex-grid-framework/blob/master/licence.md
1414
* /

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flex-grid-framework",
3-
"version": "1.2.1",
3+
"version": "1.3.1",
44
"homepage": "http://flexgridframework.com/",
55
"authors": [
66
"afonsopacifer <afonsopacifer@live.com>"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v 1.3.1
4+
- Add more customization variables
5+
6+
> [Alexis BRENON](https://github.com/AlexisBRENON)
7+
38
## v 1.2.1
49
- Allow the user to define it's own variable values (column and margin width) before including the file.
510
- Fix Sass `$max-width` variable

flex-grid-framework.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Website:
88
http://flexgridframework.com/
99
Author:
1010
Afonso Pacifer (afonsopacifer.com)
11-
Version: 1.2.1
11+
Version: 1.3.1
1212
Licence:
1313
MIT - https://github.com/afonsopacifer/flex-grid-framework/blob/master/licence.md
1414
* /

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flex-grid-framework",
3-
"version": "1.2.1",
3+
"version": "1.3.1",
44
"description": "The Flex Semantic Grid focusing on performance for Stylus and Sass.",
55
"license": "MIT",
66
"author": {

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2 class="title-lv2">
6767
</pre>
6868
</div>
6969

70-
<a href="https://github.com/afonsopacifer/flex-grid-framework/archive/1.2.1.zip" class="btn">Download v1.2.1</a>
70+
<a href="https://github.com/afonsopacifer/flex-grid-framework/archive/1.3.1.zip" class="btn">Download v1.3.1</a>
7171

7272
</div>
7373
</header>

0 commit comments

Comments
 (0)