authserver/testCAS/resources/assets/less/bootstrap/mixins/size.less
changeset 0 1afc9d2ab94d
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     1 // Sizing shortcuts
       
     2 
       
     3 .size(@width; @height) {
       
     4   width: @width;
       
     5   height: @height;
       
     6 }
       
     7 
       
     8 .square(@size) {
       
     9   .size(@size; @size);
       
    10 }