Files
Background-panel/public/assets/less/bootstrap/mixins/size.less
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

11 lines
127 B
Plaintext

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