/// Turns the element into a circle.
///
/// @group Shapes
@mixin circle {
  border-radius: 50%;
  background-clip: padding-box;
}
