KSS Style Guide

9.1.3 #Margin - Width - 2 .mw*r-2

Toggle example guides Toggle HTML markup

Sets the margin of element to the negative value of the css var for 2.

Examples
Default styling
A div
.mwar-2
Sets all margins to m2
A div
.mwxr-2
Sets left and right margins to m2
A div
.mwyr-2
Sets top and bottom margins to m2
A div
.mwtr-2
Sets top margin to m2
A div
.mwrr-2
Sets right margin to m2
A div
.mwbr-2
Sets bottom margin to m2
A div
.mwlr-2
Sets left margin to m2
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/minimal/minimal.css, line 4772