KSS Style Guide

28.1.12 #Margin - Width - m3 .mw*r-md-3

Toggle example guides Toggle HTML markup

Sets the margin of element to negative value of the css var for 3 on md.

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