1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 06:21:26 +02:00

Add space-evenly option for justify-content (#30910)

This commit is contained in:
Edson Jr
2020-05-30 10:19:10 -03:00
committed by GitHub
parent 407b4c3606
commit 1f1b147f19
3 changed files with 17 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ $utilities: map-merge(
center: center,
between: space-between,
around: space-around,
evenly: space-evenly,
)
),
"align-items": (