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