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