This attribute allows you to round the corners of an element using two different styles: slightly rounded, and pill (which rounds them entirely). It should be noted that this attribute will force the element into having overflow: hidden;
<div data-c-radius="STYLE"></div>
# STYLE
rounded
pill
<!--An element with rounded corners.-->
<div data-c-radius="rounded"></div>
No changes to report! (yet)