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