@mixin size($size) {
  width: $size;
  height: $size;
}
