Let's not forget that our elements can have more than two classes. Thus we find two cases.

The first case is the well-known combo classes for which a second class applied to an element overrides or adds CSS properties to those set by the first.

Combo classes

The second is what we at The System call multi classes, where the CSS properties are obtained from the sum of all the properties of the classes added to an element.

Multi classes

Prev

<aside> ⬅️ Display

</aside>

Next

<aside> ➡️ Combo classes

</aside>


Index