Skip to content

Commit 051e356

Browse files
authored
Update display-flex.css
1 parent 9904101 commit 051e356

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

display-flex.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112

113113
/* ========== COLUMN ========== */
114114
.df > * {
115+
--flex-basis:auto;
115116
flex-grow:var(--flex-grow);
116117
flex-shrink:var(--flex-shrink);
117118
flex-basis:var(--flex-basis);
@@ -701,4 +702,4 @@
701702
.df > .xl\:order-10 { --order:10; }
702703
.df > .xl\:order-11 { --order:11; }
703704
.df > .xl\:order-12 { --order:12; }
704-
}
705+
}

0 commit comments

Comments
 (0)