28.1.13 #Margin - Width - m4 .mw*r-sm-4
Sets the margin of element to negative value of the css var for 4 on sm.
Examples
Default styling
A div
.mwar-sm-4
Sets all margins to m4 on sm
A div
.mwxr-sm-4
Sets left and right margins to m4 on sm
A div
.mwyr-sm-4
Sets top and bottom margins to m4 on sm
A div
.mwtr-sm-4
Sets top margin to m4 on sm
A div
.mwrr-sm-4
Sets right margin to m4 on sm
A div
.mwbr-sm-4
Sets bottom margin to m4 on sm
A div
.mwlr-sm-4
Sets left margin to m4 on sm
A div
Markup
<div class="[modifier class]">A div</div>
Source:
dist/standard/standard.css
, line 9338