From 9ca811eed5939f99cf5f71eb7a29141e878cf9f8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Jun 2020 21:20:26 -0700 Subject: [PATCH] Fixes #31113 (#31120) --- scss/bootstrap-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 900fc31be9..9747525546 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -32,7 +32,7 @@ $utilities: map-get-multiple( "flex", "flex-direction", "flex-grow", - "flex-shrink" + "flex-shrink", "flex-wrap", "justify-content", "align-items", -- 2.47.2