source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/center-block.less
browsing at commit = 016b3bf01319b76ee1feedd695bb1c2d83be72fd
// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}