Skip to content

Commit 1597159

Browse files
committed
default values created
1 parent 55ac197 commit 1597159

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> A grid based in Flexbox and Stylus.
66
7-
##Install
7+
## Install
88

99
1- get the project: ([Download directly](https://github.com/afonsopacifer/flex-grid-framework/archive/0.1.0.zip))
1010

@@ -20,19 +20,19 @@ Install via npm:
2020

2121
@import "flex-grid-framework"
2222

23-
##Docs
23+
## Docs
2424
See in the [framework website](https://afonsopacifer.github.io/flex-grid-framework/).
2525

26-
##Demo
26+
## Demo
2727
[View in Codepen](http://codepen.io/afonsopacifer/pen/KpvPOb)
2828

29-
##Browsers support
29+
## Browsers support
3030
Verify in [Can I use](http://caniuse.com/#search=flexbox) the browser support for the flex property.
3131

32-
##Contributing
32+
## Contributing
3333
Want to contribute? [Follow these recommendations](https://github.com/afonsopacifer/flex-grid-framework/blob/master/contributing.md).
3434

35-
####[Thanks to everyone who contribute to this project :)](https://github.com/afonsopacifer/flex-grid-framework/graphs/contributors)
35+
#### [Thanks to everyone who contribute to this project :)](https://github.com/afonsopacifer/flex-grid-framework/graphs/contributors)
3636

37-
##Licence
37+
## Licence
3838
[MIT Licence](https://github.com/afonsopacifer/flex-grid-framework/blob/master/licence.md) © Afonso Pacifer

flex-grid-framework.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ col(number-of-cols = flex)
5454

5555
/* Offset
5656
------------------------------------------------*/
57-
offset(number-of-offset)
57+
offset(number-of-offset = 0)
5858
margin-left (number-of-offset * column) + (((number-of-offset - 1) * 2) * margin) + (3 * margin)
5959

6060
/* Flex Container
6161
------------------------------------------------*/
62-
justify(content-value)
62+
justify(content-value = left)
6363
if (content-value == left)
6464
-webkit-box-pack start
6565
-webkit-justify-content flex-start
@@ -91,7 +91,7 @@ justify(content-value)
9191

9292
/* Flex Itens
9393
------------------------------------------------*/
94-
vertical-align(vertical-value)
94+
vertical-align(vertical-value = top)
9595
if (vertical-value == top)
9696
-webkit-box-align start
9797
-webkit-align-items flex-start

0 commit comments

Comments
 (0)