File "center-block.less"

Full Path: /home/cananyalcin/public_html/vendors/bootstrap/less/mixins/center-block.less
File size: 120 bytes
MIME-type: text/plain
Charset: utf-8

// Center-align a block level element

.center-block() {
  display: block;
  margin-left: auto;
  margin-right: auto;
}