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