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