KSS Style Guide

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