We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9904101 commit 051e356Copy full SHA for 051e356
1 file changed
display-flex.css
@@ -112,6 +112,7 @@
112
113
/* ========== COLUMN ========== */
114
.df > * {
115
+ --flex-basis:auto;
116
flex-grow:var(--flex-grow);
117
flex-shrink:var(--flex-shrink);
118
flex-basis:var(--flex-basis);
@@ -701,4 +702,4 @@
701
702
.df > .xl\:order-10 { --order:10; }
703
.df > .xl\:order-11 { --order:11; }
704
.df > .xl\:order-12 { --order:12; }
-}
705
+}
0 commit comments