1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fix incorrect class name for inline-flex

This commit is contained in:
Mark Otto 2016-12-23 11:23:22 -08:00 committed by Mark Otto
parent 9979827cd3
commit e4933c72da

View file

@ -14,6 +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; } .d#{$infix}-inline-flex { display: inline-flex !important; }
} }
} }