Re: css-grid] feedback

Hi,

On 15/05/15 01:11, Michael wrote:
> Is there a chance to implement something like *justify-content: space-between; 
> *for the parent? This would reduce the complexity and code we we need to write, 
> as we don’t have to define the gutter or set up grid-column: 1 / 2 etc.

Yes, justify-content is part of the box alignment spec [1] and it has
just been implemented in Blink, I think it's available now in Chrome Canary.

You can check the following post by my colleague Javi for more details
and examples:
http://blogs.igalia.com/jfernandez/2015/06/01/distributing-tracks-along-grid-layout-container/

Bye,
  Rego

[1] hhttp://dev.w3.org/csswg/css-align-3/#propdef-justify-content

Received on Wednesday, 3 June 2015 11:29:21 UTC