File "size.less"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less
File size: 127 bytes
MIME-type: text/plain
Charset: utf-8

// Sizing shortcuts

.size(@width; @height) {
  width: @width;
  height: @height;
}

.square(@size) {
  .size(@size; @size);
}