KSS Style Guide

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