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