1.3.3 #Border - Width - 2 .bw*-2
Sets the border of element to css var for 2.
Examples
Default styling
A div
.bwa-2
Sets all borders to 2
A div
.bwx-2
Sets left and right borders to 2
A div
.bwy-2
Sets top and bottom borders to 2
A div
.bwt-2
Sets top border to 2
A div
.bwr-2
Sets right border to 2
A div
.bwb-2
Sets bottom border to 2
A div
.bwl-2
Sets left border to 2
A div
Markup
<div class="[modifier class]">A div</div>
Source:
dist/full/full.css
, line 150