Re: [css-flexbox] There is a bug need fix!

On Mon, Mar 6, 2017 at 5:29 AM, xgq frms <xgqfrms@outlook.com> wrote:
> (flex: initial; === flex: 0 1 auto;)
>
> NOT
>
> (flex: initial; === flex: 1 0 auto;)

Can you elaborate on what you think needs fixing?  The text you've
circled in your picture is correct - "0 1 auto" is the initial value
for the flex property (or rather, its subproperties).

~TJ

Received on Tuesday, 7 March 2017 19:22:54 UTC