style: add flex auto

This commit is contained in:
simon lehericey 2023-04-24 15:13:21 +02:00 committed by LeSim
parent 7232eb3adb
commit 62662c99c0

View file

@ -42,6 +42,10 @@
&.row-reverse { &.row-reverse {
flex-direction: row-reverse; flex-direction: row-reverse;
} }
&.auto {
flex: auto;
}
} }
.flex-grow { .flex-grow {