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