KSS Style Guide

28.1.9 #Margin - Width - m0 .mw*r-sm-0

Toggle example guides Toggle HTML markup

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

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