28.1.35 #Margin - Width - p50 .mw*-sm-p50
Sets the margin of element to css var for p50 on sm.
Examples
Default styling
A div
.mwa-sm-p50
Sets all margins to p50 on sm
A div
.mwx-sm-p50
Sets left and right margins to p50 on sm
A div
.mwy-sm-p50
Sets top and bottom margins to p50 on sm
A div
.mwt-sm-p50
Sets top margin to p50 on sm
A div
.mwr-sm-p50
Sets right margin to p50 on sm
A div
.mwb-sm-p50
Sets bottom margin to p50 on sm
A div
.mwl-sm-p50
Sets left margin to p50 on sm
A div
Markup
<div class="[modifier class]">A div</div>
Source:
dist/standard/standard.css
, line 10052