KSS Style Guide

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