]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/fmt/doc/bootstrap/mixins/size.less
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / seastar / fmt / doc / bootstrap / mixins / size.less
1 // Sizing shortcuts
2
3 .size(@width; @height) {
4 width: @width;
5 height: @height;
6 }
7
8 .square(@size) {
9 .size(@size; @size);
10 }