mixins.less 216 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 .flex(@align-item: initial, @justify-content: initial) { display: flex; align-items: @align-item; justify-content: @justify-content; } .size(@width: 100%, @height: 100%) { width: @width; height: @height; }