Custom Classes
- Created for a specific component, page, grouping of elements, or single element.
- We call this a “custom” class because it is custom outside of our project’s utility classes.
- Created when utility classes can not, or should not, be used on an element.
- Custom classes use an underscore in the class name.
Learn more on the Classes strategy 1 and Classes strategy 2.