@charset "utf-8";
// Copyright 2019, Oath Inc.
// Licensed under the terms of the MIT license. See LICENSE file in project root for terms.


// Border Radius
@for $i from 1 through 15 {
  .br-#{$i} {
    border-radius: 0px + $i !important;
  }
}

.br-circle {
  border-radius: 100% !important;
}