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