diff options
| author | Mark Otto <[email protected]> | 2020-06-19 21:20:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-20 07:20:26 +0300 |
| commit | 9ca811eed5939f99cf5f71eb7a29141e878cf9f8 (patch) | |
| tree | 67e5058634597c4096cb51cf2f3ac33002a83d50 | |
| parent | fc74a0d91589c120bf8b9a3913fbceb016733c61 (diff) | |
| download | bootstrap-9ca811eed5939f99cf5f71eb7a29141e878cf9f8.tar.xz bootstrap-9ca811eed5939f99cf5f71eb7a29141e878cf9f8.zip | |
Fixes #31113 (#31120)
| -rw-r--r-- | scss/bootstrap-grid.scss | 2 |
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", |
