mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
small unrelated addition—adds .d-flex-inline util
This commit is contained in:
@@ -14,5 +14,6 @@
|
|||||||
.d#{$infix}-table { display: table !important; }
|
.d#{$infix}-table { display: table !important; }
|
||||||
.d#{$infix}-table-cell { display: table-cell !important; }
|
.d#{$infix}-table-cell { display: table-cell !important; }
|
||||||
.d#{$infix}-flex { display: flex !important; }
|
.d#{$infix}-flex { display: flex !important; }
|
||||||
|
.d#{$infix}-flex-inline { display: inline-flex !important; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user