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