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