Also known as the C in ”Cascading Style Sheets”. Embrace the cascade instead of having every class fully represent a component-piece.
.animal { font-weight: bold; } .animal.bear { color: brown; } <div class="animal bear">...</div>