KSS Style Guide

28.1.16 #Margin - Width - m7 .mw*r-sm-7

Toggle example guides Toggle HTML markup

Sets the margin of element to negative value of the css var for 7 on sm.

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