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