KSS Style Guide

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