// Sizing shortcuts

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

// @mixin square($size) {
//   .size($size; $size);
// }
