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