File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55> A grid based in Flexbox and Stylus.
66
7- ##Install
7+ ## Install
88
991- 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
2424See 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
3030Verify in [ Can I use] ( http://caniuse.com/#search=flexbox ) the browser support for the flex property.
3131
32- ##Contributing
32+ ## Contributing
3333Want 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments