Skip to content

Commit 9f5e708

Browse files
dcastiladamwathan
andauthored
Add missing arbitrary value option to flex API table (#2002)
* Add missing arbitrary value option to `flex` API table * Update flex.mdx --------- Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent 398d5b1 commit 9f5e708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/flex.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export const description = "Utilities for controlling how flex items both grow a
1414
["flex-auto", "flex: 1 1 auto;"],
1515
["flex-initial", "flex: 0 1 auto;"],
1616
["flex-none", "flex: none;"],
17+
["flex-[<value>]", "flex: <value>;"],
18+
["flex-[<custom-property>]", "flex: var(<custom-property>);"]
1719
]}
1820
/>
1921

0 commit comments

Comments
 (0)