Add .flex-col utility class
This commit is contained in:
parent
f91a960619
commit
925b0f8584
1 changed files with 6 additions and 0 deletions
|
|
@ -9,3 +9,9 @@
|
|||
column-gap: var(--column-gap, var(--gutter, var(--space-8)));
|
||||
row-gap: var(--row-gap, var(--gutter, var(--space-8)));
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
--direction: column;
|
||||
--justify: center;
|
||||
--row-gap: var(--space-16);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue