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