aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-06-19 21:20:26 -0700
committerGitHub <[email protected]>2020-06-20 07:20:26 +0300
commit9ca811eed5939f99cf5f71eb7a29141e878cf9f8 (patch)
tree67e5058634597c4096cb51cf2f3ac33002a83d50
parentfc74a0d91589c120bf8b9a3913fbceb016733c61 (diff)
downloadbootstrap-9ca811eed5939f99cf5f71eb7a29141e878cf9f8.tar.xz
bootstrap-9ca811eed5939f99cf5f71eb7a29141e878cf9f8.zip
Fixes #31113 (#31120)
-rw-r--r--scss/bootstrap-grid.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index 900fc31be..974752554 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",