Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/build/bootstrap-less/mixins/size.less
// Sizing shortcuts

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

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