@use "../variables/borders";

@mixin rounded-border {
  border-radius: borders.$rounded-border-radius;
}
