Border Radius
Modifier for controlling the border radius of an element.
The structure of the class names are:
.border-radius-{VALUE}
.border-radius-{VALUE}-{SCREEN_SIZE}
until the screen size
The values are:
- VALUE rounded, circle
- SCREEN_SIZE lg, md, sm, xs
Basic Example:
html