Rename flex-grow to grow
This commit is contained in:
parent
948c117f5b
commit
f8af2025e8
5 changed files with 5 additions and 5 deletions
|
|
@ -1011,7 +1011,7 @@ body {
|
|||
.justify-center { justify-content: center; }
|
||||
.justify-end { justify-content: end; }
|
||||
.uppercase { text-transform: uppercase; }
|
||||
.flex-grow { flex-grow: 1; }
|
||||
.grow { flex-grow: 1; }
|
||||
.flex-column { flex-direction: column; }
|
||||
.items-center { align-items: center; }
|
||||
.items-start { align-items: start; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue