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