Skip to content

Commit d09288f

Browse files
committed
[css-flexbox] Fix error introduced in earlier commit.
1 parent 0c8e129 commit d09288f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-flexbox/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ The 'flex' Shorthand</h3>
15001500
<pre class='propdef shorthand'>
15011501
Name: flex
15021502
Value: none | [ <<'flex-grow'>> <<'flex-shrink'>>? || <<'flex-basis'>> ]
1503-
Initial: none
1503+
Initial: 0 1 auto
15041504
Applies to: <a>flex items</a>
15051505
Inherited: no
15061506
Media: visual

0 commit comments

Comments
 (0)