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