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