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