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