28.1.9 #Margin - Width - m0 .mw*r-md-0
Sets the margin of element to negative value of the css var for 0 on md.
Examples
Default styling
A div
.mwar-md-0
Sets all margins to m0 on md
A div
.mwxr-md-0
Sets left and right margins to m0 on md
A div
.mwyr-md-0
Sets top and bottom margins to m0 on md
A div
.mwtr-md-0
Sets top margin to m0 on md
A div
.mwrr-md-0
Sets right margin to m0 on md
A div
.mwbr-md-0
Sets bottom margin to m0 on md
A div
.mwlr-md-0
Sets left margin to m0 on md
A div
Markup
<div class="[modifier class]">A div</div>
Source:
dist/full/full.css
, line 16111