mirror of
https://github.com/Xevion/glance.git
synced 2025-12-15 02:11:55 -06:00
Rename flex-grow to grow
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user