Skip to content

Commit f0eb3d6

Browse files
Move custom property before arbitrary value
1 parent 4243d89 commit f0eb3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/flex.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +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>;"],
1817
["flex-(<custom-property>)", "flex: var(<custom-property>);"],
18+
["flex-[<value>]", "flex: <value>;"],
1919
]}
2020
/>
2121

0 commit comments

Comments
 (0)