Rename flex-grow to grow

This commit is contained in:
Svilen Markov
2024-05-01 23:47:14 +01:00
parent 948c117f5b
commit f8af2025e8
5 changed files with 5 additions and 5 deletions

View File

@@ -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; }