Political party colors

Optional colors that extend the standard color helpers. They're separated from the standard helpers to allow us to import them only when necessary.

.has-bg-rep
Background color assigned to republicans
<div class="has-padding has-bg-rep">Example</div>
This class isn't referenced anywhere
.has-bg-dem
Background color assigned to democrats
<div class="has-padding has-bg-dem">Example</div>
This class isn't referenced anywhere
.has-bg-lib
Background color assigned to libertarians
<div class="has-padding has-bg-lib">Example</div>
This class isn't referenced anywhere
.has-bg-gre
Background color assigned to green party
<div class="has-padding has-bg-gre">Example</div>
This class isn't referenced anywhere
.has-bg-ind
Background color assigned to independents
<div class="has-padding has-bg-ind">Example</div>
This class isn't referenced anywhere