Skip to content

Commit 9d41c73

Browse files
committed
v 1.2.1
1 parent 2b30f1a commit 9d41c73

7 files changed

Lines changed: 12 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.0-yellow.svg)](https://github.com/afonsopacifer/flex-grid-framework/archive/1.2.0.zip)
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)
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.0
11+
Version: 1.2.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.0",
3+
"version": "1.2.1",
44
"homepage": "http://flexgridframework.com/",
55
"authors": [
66
"afonsopacifer <afonsopacifer@live.com>"

changelog.md

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

3+
## v 1.2.1
4+
- Allow the user to define it's own variable values (column and margin width) before including the file.
5+
- Fix Sass `$max-width` variable
6+
7+
> Thanks to [FrontDevs](https://github.com/FrontDevs) and [Alexis BRENON](https://github.com/AlexisBRENON)
8+
39
## v 1.2.0
410
- Universal selector for `box-sizing` removed
511

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.0
11+
Version: 1.2.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.0",
3+
"version": "1.2.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.0.zip" class="btn">Download v1.2.0</a>
70+
<a href="https://github.com/afonsopacifer/flex-grid-framework/archive/1.2.1.zip" class="btn">Download v1.2.1</a>
7171

7272
</div>
7373
</header>

0 commit comments

Comments
 (0)