Re: [css3-flexbox] Too many flex-flow values?

On Sep 9, 2011, at 4:29 PM, Alex Mogilevsky wrote:

> 
> There is another option though - remove logical. As much as we like the world to move towards logical, the rest of CSS is not ready. Even though we can say
> 
> 	.box { display:flexbox; flex-flow:column; }
> 
> We can't say
> 
> 	.box > * { margin-after:0.5em; }
> 

You can in WebKit. ;)

dave
(hyatt@apple.com)

Received on Friday, 9 September 2011 21:53:40 UTC