JaBa/dashboard/public/build/bootstrap-less/mixins/size.less
2021-12-10 21:39:54 +05:00

10 lines
127 B
Text

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