1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-15 03:19:38 +05:00
JaBa/dashboard/public/build/bootstrap-less/mixins/size.less

11 lines
127 B
Text
Raw Normal View History

2022-01-04 02:18:28 +05:00
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}