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 9e7285b commit 4243d89Copy full SHA for 4243d89
src/docs/flex.mdx
@@ -15,7 +15,7 @@ export const description = "Utilities for controlling how flex items both grow a
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-(<custom-property>)", "flex: var(<custom-property>);"],
19
]}
20
/>
21
0 commit comments