inuitcss / CONTRIBUTING

[DEPRECATED] [go to intuitcss/inuitcss]
https://github.com/inuitcss/inuitcss
11 stars 0 forks source link

Flexbox Layout module #26

Closed NickToye closed 8 years ago

NickToye commented 8 years ago

This is something I was considering adding into my own project, any reason why I shouldn't?

csshugs commented 8 years ago

@NickToye

any reason why I shouldn't?

Short answer: No.

Long answer: If you find yourself needing a layout module built with flexbox, go ahead. In other words: I use the standard layout module, because a flexbox version would not offer me some enhancement, which would be useful to me, except that you won't need the HTML-comments anymore. But if you need something like layout items which have all the same height (per row), flexbox would be a good choice to achieve this. I built an extension myself for exact this behaviour.

anselmh commented 8 years ago

Marking this as a duplicate of https://github.com/inuitcss/CONTRIBUTING/issues/20.

NickToye commented 8 years ago

thanks.