We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4243d89 commit f0eb3d6Copy full SHA for f0eb3d6
src/docs/flex.mdx
@@ -14,8 +14,8 @@ export const description = "Utilities for controlling how flex items both grow a
14
["flex-auto", "flex: 1 1 auto;"],
15
["flex-initial", "flex: 0 1 auto;"],
16
["flex-none", "flex: none;"],
17
- ["flex-[<value>]", "flex: <value>;"],
18
["flex-(<custom-property>)", "flex: var(<custom-property>);"],
+ ["flex-[<value>]", "flex: <value>;"],
19
]}
20
/>
21
0 commit comments