From 8bbfef8d04d6addde10214ee997ed787cfca46ed Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Tue, 14 Jun 2016 08:37:19 +0100 Subject: [PATCH] Correct typo in `flex` shorthand initial value This fixes #183 -- the initial value of the `flex` shorthand is `0 1 auto`, not `1 0 auto`. --- css-flexbox/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-flexbox/Overview.bs b/css-flexbox/Overview.bs index 355b7c12d89..8d8fcee5901 100644 --- a/css-flexbox/Overview.bs +++ b/css-flexbox/Overview.bs @@ -1491,7 +1491,7 @@ The 'flex' Shorthand
 	Name: flex
 	Value: none | [ <<'flex-grow'>> <<'flex-shrink'>>? || <<'flex-basis'>> ]
-	Initial: 1 0 auto
+	Initial: 0 1 auto
 	Applies to: flex items
 	Inherited: no
 	Media: visual