KSS Style Guide

9.1.16 #Margin - Width - p60 .mw*r-p60

Toggle example guides Toggle HTML markup

Sets the margin of element to the negative value of the css var for p60.

Examples
Default styling
A div
.mwar-p60
Sets all margins to mp60
A div
.mwxr-p60
Sets left and right margins to mp60
A div
.mwyr-p60
Sets top and bottom margins to mp60
A div
.mwtr-p60
Sets top margin to mp60
A div
.mwrr-p60
Sets right margin to mp60
A div
.mwbr-p60
Sets bottom margin to mp60
A div
.mwlr-p60
Sets left margin to mp60
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/minimal/minimal.css, line 5780