KSS Style Guide

Examples
Default styling
A div
.bra-3
Sets border radius for all corners to 3
A div
.brt-3
Sets border radius for top corners to 3
A div
.brr-3
Sets border radius for right corners to 3
A div
.brb-3
Sets border radius for bottom corners to 3
A div
.brl-3
Sets border radius for left corners to 3
A div
.brtl-3
Sets border radius for top left corner to 3
A div
.brtr-3
Sets border radius for top right corner to 3
A div
.brbr-3
Sets border radius for bottom right corner to 3
A div
.brbl-3
Sets border radius for bottom left corners to 3
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/full/full.css, line 696
-->