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