Combo Class
- A Combo class is created as a variant to a base class.
- We add a class on top of the base class to create a unique variation. This unique variation has a class prefix of is-.
- Combo classes can be created from of custom or utility classes.
- Combo classes only work in combination with the classes before it.
Learn more on the Classes strategy 2 pages.