WIP added gridlex layout#16
WIP added gridlex layout#16iberdinsky-skilld wants to merge 1 commit intoskilld-labs:8.x-7.xfrom iberdinsky-skilld:8.x-7.x
Conversation
|
Would be cool to add some info about this grid to README |
|
i'm not sure what for? http://gridlex.devlint.fr/ has well described demo page |
|
At least to have references to http://gridlex.devlint.fr/ in scope of this repo |
andriyun
left a comment
There was a problem hiding this comment.
Ok for me
Tested on fresh drupal install
Looks ok
| // Add the Zen Grids responsive layout mixins. | ||
| @import 'zen-grids'; | ||
| // Add the Gridlex flexbox library http://gridlex.devlint.fr/. | ||
| @import 'gridlex/src/gridlex-vars'; |
There was a problem hiding this comment.
It needs at least follow-up to create layouts a-la
There was a problem hiding this comment.
it is grid system. and not related to layouts as is. we may use this gridlex to create any layout we need. but that commit not contains them.
There was a problem hiding this comment.
What about not standard layouts, not 12col. May be we can check susy?
|
|
||
| $gl-gutter: 1rem; | ||
|
|
||
| $gl-xs: 'screen and (max-width: 640px)'; |
There was a problem hiding this comment.
Can we use 3 breakpoints for example?
Like this:
0-640
641-1024
1025 - ~
| // Add the Zen Grids responsive layout mixins. | ||
| @import 'zen-grids'; | ||
| // Add the Gridlex flexbox library http://gridlex.devlint.fr/. | ||
| @import 'gridlex/src/gridlex-vars'; |
There was a problem hiding this comment.
What about not standard layouts, not 12col. May be we can check susy?
|
You have to add in |
|
Susy gives more freedom to build custom layouts. |
Gridlex layout is cool. Simple and flexbox. http://gridlex.devlint.fr/
For test install drupal(+components). zen and subtheme. npm install in subtheme. basic page layout using gridlex alread.