Skip to content

Commit c5547c0

Browse files
committed
Update API table on flex page
1 parent 4a587ce commit c5547c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/flex.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export const description = "Utilities for controlling how flex items both grow a
1111
rows={[
1212
["flex-<number>", "flex: <number>;"],
1313
["flex-<fraction>", "flex: calc(<fraction> * 100%);"],
14-
["flex-auto", "flex: 1 1 auto;"],
15-
["flex-initial", "flex: 0 1 auto;"],
14+
["flex-auto", "flex: auto;"],
15+
["flex-initial", "flex: 0 auto;"],
1616
["flex-none", "flex: none;"],
1717
["flex-(<custom-property>)", "flex: var(<custom-property>);"],
1818
["flex-[<value>]", "flex: <value>;"],

0 commit comments

Comments
 (0)