KSS Style Guide

Examples
Default styling
A div
.mwa-sm-4
Sets all margins to 4 on sm
A div
.mwx-sm-4
Sets left and right margins to 4 on sm
A div
.mwy-sm-4
Sets top and bottom margins to 4 on sm
A div
.mwt-sm-4
Sets top margin to 4 on sm
A div
.mwr-sm-4
Sets right margin to 4 on sm
A div
.mwb-sm-4
Sets bottom margin to 4 on sm
A div
.mwl-sm-4
Sets left margin to 4 on sm
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/standard/standard.css, line 9296