AdminLTE/build/bootstrap-less/mixins/size.less
2015-02-01 16:25:09 -05:00

11 lines
127 B
Plaintext
Executable file

// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}