mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Add space-evenly option for justify-content (#30910)
This commit is contained in:
@@ -177,6 +177,7 @@ $utilities: map-merge(
|
||||
center: center,
|
||||
between: space-between,
|
||||
around: space-around,
|
||||
evenly: space-evenly,
|
||||
)
|
||||
),
|
||||
"align-items": (
|
||||
|
||||
Reference in New Issue
Block a user