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.
flex
1 parent 398d5b1 commit 9f5e708Copy full SHA for 9f5e708
src/docs/flex.mdx
@@ -14,6 +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>);"]
19
]}
20
/>
21
0 commit comments