@charset "UTF-8";

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