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