authserver/testCAS/resources/assets/less/bootstrap/mixins/size.less
author durandn
Mon, 23 Nov 2015 15:48:26 +0100
changeset 189 463374ec1041
parent 0 1afc9d2ab94d
permissions -rw-r--r--
fix typo in css

// Sizing shortcuts

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

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