@charset "UTF-8";

@mixin circle($size) {
  width: $size;
  height: $size;
  display: inline-block;
  border-radius: 100%;
}
