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