KSS Style Guide

9.1.5 #Margin - Width - 4 .mw*r-4

Toggle example guides Toggle HTML markup

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

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