diff options
| author | Mark Otto <[email protected]> | 2016-12-22 20:51:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 21:29:48 -0800 |
| commit | 95ee9aa94cffa96fdfb363a063f5a93255c83b66 (patch) | |
| tree | 9b8ca74fbb8d261f12ef35182f04cd49671f51c6 | |
| parent | b5c50d4afffdefa2d1b6d8f0934f823add18385b (diff) | |
| download | bootstrap-95ee9aa94cffa96fdfb363a063f5a93255c83b66.tar.xz bootstrap-95ee9aa94cffa96fdfb363a063f5a93255c83b66.zip | |
small unrelated addition—adds .d-flex-inline util
| -rw-r--r-- | scss/utilities/_display.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_display.scss b/scss/utilities/_display.scss index 395e41c39..6d38760e6 100644 --- a/scss/utilities/_display.scss +++ b/scss/utilities/_display.scss @@ -14,5 +14,6 @@ .d#{$infix}-table { display: table !important; } .d#{$infix}-table-cell { display: table-cell !important; } .d#{$infix}-flex { display: flex !important; } + .d#{$infix}-flex-inline { display: inline-flex !important; } } } |
