0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

small unrelated addition—adds .d-flex-inline util

This commit is contained in:
Mark Otto 2016-12-22 20:51:48 -08:00 committed by Mark Otto
parent b5c50d4aff
commit 95ee9aa94c

View File

@ -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; }
}
}