Files
AdminLTE/build/bootstrap-less/mixins/size.less
Abdullah Almsaeed f14e4aaccb Fix issue #1665
2017-10-08 18:25:37 -04:00

11 lines
127 B
Plaintext

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