8f24d6a 7 years ago
1 contributor
10 lines | 0.127kb
// Sizing shortcuts

.size(@width; @height) {
  width: @width;
  height: @height;
}

.square(@size) {
  .size(@size; @size);
}