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