?
Current File : /home/c/i/d/cideo/www/wp-includesVIp/js/crop/images/size.less.tar
home/cideo/www/wp-contentVIp/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less000066600000000177151277515200027547 0ustar00// Sizing shortcuts

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

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